Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit 85b727b

Browse files
committed
fix(embed-plugin): remove focus on insert embed
1 parent 09cb35a commit 85b727b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/slate-editor-embed-plugin/src/EmbedUtils.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ export const appendEmbed = (change, embed) => {
77
isVoid: true,
88
data: { embed }
99
})
10-
.focus()
1110
}

0 commit comments

Comments
 (0)