Content-Length: 272990 | pFad | http://github.com/lowcoder-org/lowcoder/commit/b84dd48e858672a2bf9c2b1a335bec5a469a0209
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd26493 commit b84dd48Copy full SHA for b84dd48
client/packages/lowcoder/src/pages/editor/editorView.tsx
@@ -498,8 +498,6 @@ function EditorView(props: EditorViewProps) {
498
499
return () => {
500
window.removeEventListener(eventType, updateSize);
501
- savePanelStatus(panelStatus);
502
- saveEditorModeStatus(editorModeStatus);
503
};
504
}, [panelStatus, editorModeStatus]);
505
@@ -553,6 +551,8 @@ function EditorView(props: EditorViewProps) {
553
551
setShowShortcutList(false);
554
552
setMenuKey(SiderKey.State);
555
setHeight(undefined);
+ savePanelStatus(panelStatus);
+ saveEditorModeStatus(editorModeStatus);
556
557
}, []);
558
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/b84dd48e858672a2bf9c2b1a335bec5a469a0209
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments