mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 07:39:55 +01:00
fix(quick_edit): block popup not working
This commit is contained in:
@@ -67,6 +67,7 @@ export default function PopupEditor() {
|
||||
}}
|
||||
onHidden={() => setShown(false)}
|
||||
keepInDom // needed for faster loading
|
||||
noFocus // automatic focus breaks block popup
|
||||
>
|
||||
<ReadOnlyNoteInfoBar />
|
||||
<PromotedAttributes />
|
||||
|
||||
Reference in New Issue
Block a user