mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Merge branch 'v2_develop' into v2_4216_trail-drag-views-fix
This commit is contained in:
@@ -62,7 +62,7 @@ internal partial class WindowsConsole
|
||||
InputRecord inputRecord = default;
|
||||
uint numberEventsRead = 0;
|
||||
|
||||
while (!_inputReadyCancellationTokenSource!.IsCancellationRequested)
|
||||
while (_inputReadyCancellationTokenSource is { IsCancellationRequested: false })
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user