mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
FIX: strip out some more undo/redo stuff
This commit is contained in:
parent
da26aae41e
commit
b522f6116f
|
@ -1365,17 +1365,6 @@
|
|||
case "h":
|
||||
doClick(buttons.heading);
|
||||
break;
|
||||
case "y":
|
||||
doClick(buttons.redo);
|
||||
break;
|
||||
case "z":
|
||||
if (key.shiftKey) {
|
||||
doClick(buttons.redo);
|
||||
}
|
||||
else {
|
||||
doClick(buttons.undo);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user