Browse Source

Remove duplicate wait.

BDisp 8 tháng trước cách đây
mục cha
commit
e30200db69
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

+ 0 - 2
Terminal.Gui/ConsoleDrivers/ConsoleDriver.cs

@@ -68,8 +68,6 @@ public abstract class ConsoleDriver
                         if (!_ansiRequestTokenSource.IsCancellationRequested)
                         {
                             _mainLoopDriver.WaitForInput.Set ();
-
-                            _waitAnsiRequest.Wait (_ansiRequestTokenSource.Token);
                         }
                     }
                     catch (OperationCanceledException)