mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: strip out some more undo/redo stuff
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user