mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix typo. Shortcut uses on:action not on:click (#1846)
This commit is contained in:
parent
02983a6fdc
commit
dafaf2fa75
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
tooltip={getPlatformString(saveKeyCombination)}
|
||||
--border-left-radius="5px">{tr.deckConfigSaveButton()}</LabelButton
|
||||
>
|
||||
<Shortcut keyCombination={saveKeyCombination} on:click={() => save(false)} />
|
||||
<Shortcut keyCombination={saveKeyCombination} on:action={() => save(false)} />
|
||||
|
||||
<WithDropdown let:createDropdown --border-right-radius="5px">
|
||||
<LabelButton
|
||||
|
|
|
|||
Loading…
Reference in a new issue