fix: codemirror cache value didnt update when the view is not mounted
This commit is contained in:
parent
9454a983da
commit
da5e7fdde5
1 changed files with 1 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ export function useCodemirror(
|
|||
},
|
||||
})
|
||||
}
|
||||
cachedValue.value = newVal
|
||||
})
|
||||
|
||||
watch(
|
||||
|
|
|
|||
Loading…
Reference in a new issue