fix typo. Shortcut uses on:action not on:click (#1846)

This commit is contained in:
BlueGreenMagick 2022-05-09 18:55:35 +09:00 committed by GitHub
parent faa21266db
commit fc8b976ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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