fix(editor): Fix reka popover issue when uncontrolled (#19952)

This commit is contained in:
Svetoslav Dekov 2025-09-24 14:45:11 +03:00 committed by GitHub
parent 7c3e1c9e01
commit 36df7dada2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ interface Emits {
}
const props = withDefaults(defineProps<Props>(), {
open: undefined,
maxHeight: undefined,
width: undefined,
enableScrolling: true,