Fix ctrl-z in editor also seeking to start in addition to undo

This commit is contained in:
Dean Herbert 2022-06-14 18:48:57 +09:00
parent 0771265caf
commit aeca138930

View File

@ -422,6 +422,8 @@ namespace osu.Game.Screens.Edit
protected override bool OnKeyDown(KeyDownEvent e)
{
if (e.ControlPressed || e.AltPressed || e.SuperPressed) return false;
switch (e.Key)
{
case Key.Left: