mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Fix NDV panels size on narrow screens (#13708)
This commit is contained in:
committed by
GitHub
parent
ec76505a87
commit
899f6c9824
@@ -706,6 +706,7 @@ onBeforeUnmount(() => {
|
||||
|
||||
<template>
|
||||
<el-dialog
|
||||
id="ndv"
|
||||
:model-value="(!!activeNode || renaming) && !isActiveStickyNode"
|
||||
:before-close="close"
|
||||
:show-close="false"
|
||||
|
||||
Reference in New Issue
Block a user