mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Fix NDV panels size on narrow screens (#13708)
This commit is contained in:
committed by
GitHub
parent
ec76505a87
commit
899f6c9824
@@ -61,7 +61,8 @@ const logHiringBanner = () => {
|
||||
const updateGridWidth = async () => {
|
||||
await nextTick();
|
||||
if (appGrid.value) {
|
||||
uiStore.appGridWidth = appGrid.value.clientWidth;
|
||||
const { width, height } = appGrid.value.getBoundingClientRect();
|
||||
uiStore.appGridDimensions = { width, height };
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user