fix(popup_editor): keep in DOM

This commit is contained in:
Elian Doran
2025-11-24 19:38:18 +02:00
parent 70a0b5c22f
commit 4cc545659b
2 changed files with 7 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ export default function PopupEditor() {
parentComponent?.handleEvent("focusOnDetail", { ntxId: noteContext.ntxId });
}}
onHidden={() => setShown(false)}
keepInDom // needed for faster loading
>
<PromotedAttributes />
<StandaloneRibbonAdapter component={FormattingToolbar} />