We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3abdb commit 8e75ea9Copy full SHA for 8e75ea9
1 file changed
src/article/shared/RemoveKeywordCommand.js
@@ -9,8 +9,7 @@ export default class RemoveKeywordCommand extends Command {
9
const { path, idx } = params
10
const editorSession = context.editorSession
11
editorSession.transaction(tx => {
12
- documentHelpers.remove(tx, path, idx)
13
- tx.selection = null
+ documentHelpers.removeAt(tx, path, idx)
14
})
15
}
16
0 commit comments