mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 18:52:24 +00:00
[Issue-11394] Challenge Creation/Edit Screen Should Not Close Except By X Button (#11409)
This commit is contained in:
parent
a7c814262b
commit
853b9313f6
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
<b-modal
|
||||
id="challenge-modal"
|
||||
:title="title"
|
||||
:no-close-on-esc="true"
|
||||
:no-close-on-backdrop="true"
|
||||
size="lg"
|
||||
@shown="shown"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue