Shun Miyazawa 2 years ago
parent
commit
bd8b657288
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/app/src/components/PageEditor/ScrollSyncHelper.tsx

+ 0 - 1
apps/app/src/components/PageEditor/ScrollSyncHelper.tsx

@@ -182,7 +182,6 @@ export const useScrollSync = (codeMirrorKey: GlobalCodeMirrorEditorKey, previewR
     }
 
     if (isOriginOfScrollSyncEditor.current) {
-      // setIsOriginOfScrollSyncEditor(false);
       isOriginOfScrollSyncEditor.current = false;
       return;
     }