瀏覽代碼

Added a comment

Taichi Masuyama 3 年之前
父節點
當前提交
edc127af77
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/app/src/stores/editor.tsx

+ 2 - 0
packages/app/src/stores/editor.tsx

@@ -21,6 +21,8 @@ type EditorSettingsOperation = {
 }
 
 // TODO: Enable localStorageMiddleware
+//   - Unabling localStorageMiddleware occurrs a flickering problem when loading theme.
+//   - see: https://github.com/weseek/growi/pull/6781#discussion_r1000285786
 export const useEditorSettings = (): SWRResponseWithUtils<EditorSettingsOperation, IEditorSettings, Error> => {
   const { data: currentUser } = useCurrentUser();
   const { data: isGuestUser } = useIsGuestUser();