We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b683682 commit 4fdd074Copy full SHA for 4fdd074
1 file changed
src/editor.ts
@@ -19,7 +19,6 @@ export class ExcalidrawEditorProvider
19
webviewOptions: { retainContextWhenHidden: true },
20
}
21
);
22
- context.globalState.setKeysForSync(["library"]);
23
24
ExcalidrawEditorProvider.migrateLegacyLibraryItems(context);
25
0 commit comments