mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
A bunch of fixes
This commit is contained in:
@@ -563,6 +563,5 @@ function getCachedEditorState(doc: string, stateKey: string | null) {
|
||||
if (state == null) return null;
|
||||
if (state.doc.toString() !== doc) return null;
|
||||
|
||||
console.log('CACHED STATE', stateKey, state);
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user