mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix typo. Shortcut uses on:action not on:click (#1846)
This commit is contained in:
parent
faa21266db
commit
fc8b976ca8
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)}
|
tooltip={getPlatformString(saveKeyCombination)}
|
||||||
--border-left-radius="5px">{tr.deckConfigSaveButton()}</LabelButton
|
--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">
|
<WithDropdown let:createDropdown --border-right-radius="5px">
|
||||||
<LabelButton
|
<LabelButton
|
||||||
|
|
Loading…
Reference in a new issue