File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ const Editor = ({
283283 dedupedFirefoxCompositionEnd . current = true
284284
285285 const data = readCurrentDocumentNode ( state )
286- const [ pos1 ] = readCurrentPos ( state )
286+ let [ pos1 ] = readCurrentPos ( state )
287287
288288 // COMPAT (FF): Backspace during a composition
289289 // event can create an empty text node; **REMOVE
Original file line number Diff line number Diff line change 1- import * as ascii from "lib/encoding/ascii "
1+ import * as emojiTrie from "emoji-trie "
22import * as posIterators from "./posIterators"
33import LRUCache from "lib/LRUCache"
44import parseElements from "./parser/parseElements"
5- import parseInlineElements from "./parser/parseInlineElements"
65import UndoManager from "lib/UndoManager"
76import useMethods from "use-methods"
87import uuidv4 from "uuid/v4"
You can’t perform that action at this time.
0 commit comments