Skip to content

Commit

Permalink
Fix forgotten import
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Aug 19, 2019
1 parent a5df839 commit 784d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/changes.js
Expand Up @@ -15,7 +15,7 @@ import { changeEnd, computeSelAfterChange } from "./change_measurement.js"
import { isWholeLineUpdate, linkedDocs, updateDoc } from "./document_data.js"
import { addChangeToHistory, historyChangeFromChange, mergeOldSpans, pushSelectionToHistory } from "./history.js"
import { Range, Selection } from "./selection.js"
import { setSelection, setSelectionNoUndo } from "./selection_updates.js"
import { setSelection, setSelectionNoUndo, skipAtomic } from "./selection_updates.js"

// UPDATING

Expand Down

0 comments on commit 784d4a8

Please sign in to comment.