fix(quick_edit): block popup not working

This commit is contained in:
Elian Doran
2025-11-29 11:47:36 +02:00
parent 1fe8079fd5
commit 70fe3b9773
2 changed files with 10 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ export default function PopupEditor() {
}}
onHidden={() => setShown(false)}
keepInDom // needed for faster loading
noFocus // automatic focus breaks block popup
>
<ReadOnlyNoteInfoBar />
<PromotedAttributes />