提交 f80d59c4 编写于 作者: T Tyler Lindberg 提交者: Mr.doob

Prevent Command-Z from triggering tabs to open/close on Safari

上级 bfed251b
......@@ -329,6 +329,8 @@
if ( IS_MAC ? event.metaKey : event.ctrlKey ) {
event.preventDefault(); // Prevent Safari from opening/closing tabs
if ( event.shiftKey ) {
editor.redo();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册