fix: codemirror cache value didnt update when the view is not mounted
This commit is contained in:
@@ -281,6 +281,7 @@ export function useCodemirror(
|
||||
},
|
||||
})
|
||||
}
|
||||
cachedValue.value = newVal
|
||||
})
|
||||
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user