diff --git a/src/Library/TerminalUI/Controls/View.cs b/src/Library/TerminalUI/Controls/View.cs index 79d394c..1efbf9f 100644 --- a/src/Library/TerminalUI/Controls/View.cs +++ b/src/Library/TerminalUI/Controls/View.cs @@ -1,4 +1,4 @@ -using System.Buffers; +using System.Buffers; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; @@ -273,8 +273,8 @@ public abstract partial class View : IView where TConcrete : Vi throw new Exception("Control character"); } - if (updateCellsOnly) continue; UpdateCells(renderContext.UpdatedCells, currentPosition, text.Length, 1); + if (updateCellsOnly) continue; try {