mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 16:06:08 +02:00
Fix editor not refreshing after using debug and run keyboard shortcuts
This commit is contained in:
@@ -50,10 +50,12 @@ internal class InputHandler(TextEditor textEditor)
|
|||||||
|
|
||||||
case ConsoleKey.R:
|
case ConsoleKey.R:
|
||||||
ExecuteWithDebugScreen("run", false, false);
|
ExecuteWithDebugScreen("run", false, false);
|
||||||
|
textEditor.Display(true);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case ConsoleKey.D:
|
case ConsoleKey.D:
|
||||||
ExecuteWithDebugScreen("debug", true, false);
|
ExecuteWithDebugScreen("debug", true, false);
|
||||||
|
textEditor.Display(true);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case ConsoleKey.F:
|
case ConsoleKey.F:
|
||||||
|
|||||||
Reference in New Issue
Block a user