fix(popupEditor): fix closing of popupEditor when inserting note link (#8224)

This commit is contained in:
Elian Doran 2026-01-01 20:56:04 +02:00 committed by GitHub
commit 34e81881ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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