We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the DataTable, scrolling sometimes results in artifacts remaining in the view.
After further inspection, it seems that the artifacts stick around after these events occur:
2021-05-27 00:08:56.010 Df Example[42534:1fcd93] [termkit:TermKit] log: Lines copied 42 2021-05-27 00:08:56.834 Df Example[42534:1fcd93] [termkit:TermKit] log: Application Event: MouseEvent(pos: Point(x: 70, y: 32), absPos: Point(x: 70, y: 32), flags: MouseFlags (rawValue: 134217728) ["mousePosition"], viewId: -1
The text was updated successfully, but these errors were encountered:
Can you tell me how you triggered this issue?
That looks like a potential race in the console driver.
Sorry, something went wrong.
Can you tell me how you triggered this issue? That looks like a potential race in the console driver.
During the demo just scrolling downward and upward quickly using the arrow keys. Not sure what you mean by race in the console driver, apologies.
No branches or pull requests
When using the DataTable, scrolling sometimes results in artifacts remaining in the view.
After further inspection, it seems that the artifacts stick around after these events occur:
The text was updated successfully, but these errors were encountered: