Skip to content

Commit

Permalink
Update packages/apps/client/src/components/ScriptEditor/Editor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Nyman <[email protected]>
  • Loading branch information
Julusian and nytamin authored Jan 26, 2024
1 parent 39f2207 commit 40002fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ function makeNewEditorState(doc: Node): EditorState {
keymap(baseKeymap),
readOnlyNodeFilter(),
updateModel((lineId, lineNodes) => {
console.log(lineId, lineNodes)

// Future: debounce? locking? require manual triggering of the save?
const openRundown = RootAppStore.rundownStore.openRundown
Expand Down

0 comments on commit 40002fc

Please sign in to comment.