Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a731d204 authored by VIAUD Nathan's avatar VIAUD Nathan
Browse files

save formPanel width on minimize

parent d7431b48
No related branches found
No related tags found
No related merge requests found
Pipeline #883445 passed
...@@ -63,6 +63,8 @@ function minimize() { ...@@ -63,6 +63,8 @@ function minimize() {
if(!panel.value) return; if(!panel.value) return;
panel.value.style.width = 'auto'; panel.value.style.width = 'auto';
editorStore.formPanel.width = panel.value.offsetWidth;
isMaximized.value = false; isMaximized.value = false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment