mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
fix(react/dialogs): some dialogs are not displayed on top
This commit is contained in:
@@ -69,6 +69,7 @@ function PromptDialogComponent() {
|
||||
}}
|
||||
footer={<Button text={t("prompt.ok")} keyboardShortcut="Enter" primary />}
|
||||
show={shown}
|
||||
stackable
|
||||
>
|
||||
<FormGroup label={opts?.message} labelRef={labelRef}>
|
||||
<FormTextBox
|
||||
|
||||
Reference in New Issue
Block a user