chore: cleanup

This commit is contained in:
liyasthomas
2021-11-15 16:25:56 +05:30
parent 7e9fc486f2
commit 2bee4342b8
3 changed files with 13 additions and 3 deletions

View File

@@ -194,7 +194,6 @@ export function useCodemirror(
}
if (update.docChanged) {
// Expensive on big files ?
console.log("doc change")
cachedValue.value = update.state.doc
.toJSON()
.join(update.state.lineBreak)