huntercfreeman / Blazor.Text.Editor

A repository for the nuget package titled, "Blazor.Text.Editor"
MIT License
104 stars 9 forks source link

[Bug] Lagging when scrolling through many lines #32

Closed sskieller closed 1 year ago

sskieller commented 1 year ago

The editor is lagging when scrolling through many lines as seen below: Animation

huntercfreeman commented 1 year ago

I believe this issue is fixed. Some of the cancellation token logic for re-rendering has been changed.

Please let me know if this is still occurring.