Skip to content

Commit db1e87c

Browse files
authored
fix: 修复切换模型时按键图片显示异常的问题 (#916)
1 parent 984f8d8 commit db1e87c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/stores/model.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@ export const useModelStore = defineStore('model', () => {
6262
shortcuts,
6363
init,
6464
}
65+
}, {
66+
tauri: {
67+
filterKeys: ['supportKeys', 'pressedKeys'],
68+
},
6569
})

0 commit comments

Comments
 (0)