mirror of
https://github.com/zadam/trilium.git
synced 2026-02-18 11:44:24 +01:00
fix(popupEditor): fix closing of popupEditor when inserting note link
This commit is contained in:
parent
64a518a00b
commit
8a3f02e845
@ -88,6 +88,7 @@ export default function PopupEditor() {
|
|||||||
onHidden={() => setShown(false)}
|
onHidden={() => setShown(false)}
|
||||||
keepInDom // needed for faster loading
|
keepInDom // needed for faster loading
|
||||||
noFocus // automatic focus breaks block popup
|
noFocus // automatic focus breaks block popup
|
||||||
|
stackable
|
||||||
>
|
>
|
||||||
{!isNewLayout && <ReadOnlyNoteInfoBar />}
|
{!isNewLayout && <ReadOnlyNoteInfoBar />}
|
||||||
<PromotedAttributes />
|
<PromotedAttributes />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user