mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 09:47:00 +02:00
fix(editor): Fix reka popover issue when uncontrolled (#19952)
This commit is contained in:
parent
7c3e1c9e01
commit
36df7dada2
|
|
@ -53,6 +53,7 @@ interface Emits {
|
|||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
open: undefined,
|
||||
maxHeight: undefined,
|
||||
width: undefined,
|
||||
enableScrolling: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user