mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix TextInputModal not closing when OK is clicked
This commit is contained in:
parent
e80829f282
commit
fbb9e606eb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<button type="button" class="btn btn-secondary" on:click={modal.cancelHandler}>
|
||||
Cancel
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary" on:click={onOkClicked}>OK</button>
|
||||
<button type="button" class="btn btn-primary" on:click={modal.acceptHandler}>OK</button>
|
||||
</div>
|
||||
</Modal>
|
||||
|
||||
|
|
Loading…
Reference in a new issue