Sync current open page every 5s
This commit is contained in:
@@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user