mirror of
https://github.com/zadam/trilium.git
synced 2026-01-01 05:00:00 +01:00
fix(popupEditor): fix closing of popupEditor when inserting note link
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user