-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
解决了键盘快捷键在特定条件下不执行的问题。当按下CTRL+SHIFT或CTRL时,快捷键现在将分别触发redo()和undo()函数,前提是canRedo和canUndo返回true。此外,从组件中移除了useDisableScrollBounce钩子,以防止在触摸操作期间发生意外的页面滚动。
- Loading branch information
1 parent
c722619
commit 34987cd
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters