mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
⚡ 划选结束后再统计字数
This commit is contained in:
parent
721676d07a
commit
548f55e608
2 changed files with 9 additions and 5 deletions
|
|
@ -157,6 +157,7 @@ export const globalShortcut = () => {
|
|||
});
|
||||
|
||||
window.addEventListener("keyup", (event) => {
|
||||
console.log(event)
|
||||
window.siyuan.ctrlIsPressed = false;
|
||||
window.siyuan.shiftIsPressed = false;
|
||||
window.siyuan.altIsPressed = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue