mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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}>
|
<button type="button" class="btn btn-secondary" on:click={modal.cancelHandler}>
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</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>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue