Sync current open page every 5s

This commit is contained in:
Zef Hemel
2023-08-07 20:42:52 +02:00
parent 4af7afa4aa
commit 7498cc1ecb
5 changed files with 60 additions and 20 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export function MiniEditor(
useEffect(() => {
if (editorDiv.current) {
console.log("Creating editor view");
// console.log("Creating editor view");
const editorView = new EditorView({
state: buildEditorState(),
parent: editorDiv.current!,