We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df839 commit 784d4a8Copy full SHA for 784d4a8
src/model/changes.js
@@ -15,7 +15,7 @@ import { changeEnd, computeSelAfterChange } from "./change_measurement.js"
15
import { isWholeLineUpdate, linkedDocs, updateDoc } from "./document_data.js"
16
import { addChangeToHistory, historyChangeFromChange, mergeOldSpans, pushSelectionToHistory } from "./history.js"
17
import { Range, Selection } from "./selection.js"
18
-import { setSelection, setSelectionNoUndo } from "./selection_updates.js"
+import { setSelection, setSelectionNoUndo, skipAtomic } from "./selection_updates.js"
19
20
// UPDATING
21
0 commit comments