mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix missing ".value" in SkNoteDetailed.vue
This commit is contained in:
parent
50a64f97df
commit
50ba3c0f46
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ const keymap = {
|
|||
clip();
|
||||
},
|
||||
't': () => {
|
||||
if (prefer.s.showTranslationButtonInNoteFooter && policies.canUseTranslator && instance.translatorAvailable) {
|
||||
if (prefer.s.showTranslationButtonInNoteFooter && policies.value.canUseTranslator && instance.translatorAvailable) {
|
||||
translate();
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue