refactor: json outline ui

This commit is contained in:
liyasthomas
2021-09-14 23:11:10 +05:30
parent 1dee098ca2
commit 93a97a2f4c
4 changed files with 86 additions and 50 deletions

View File

@@ -201,7 +201,6 @@ export function useCodemirror(
watch(cursor, (value) => {
if (value !== cm.value?.getCursor()) {
cm.value?.focus()
console.log(value)
cm.value?.setCursor(value)
}
})