Skip to content

Commit

Permalink
fix: undo/redo buttons in code mode not updated when contents changed…
Browse files Browse the repository at this point in the history
… externally
  • Loading branch information
josdejong committed Apr 6, 2022
1 parent 71f3511 commit 5778540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/modes/codemode/CodeMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@
insert: normalization.escapeValue(text)
}
})
updateCanUndoRedo()
}
}
Expand Down

0 comments on commit 5778540

Please sign in to comment.