tui-textarea icon indicating copy to clipboard operation
tui-textarea copied to clipboard

Question: How to disable virtual space(vscode: scrollBeyondLastLine) feature?

Open honhimW opened this issue 5 months ago • 0 comments

Hello, I am currently using a read-only view to scroll through output text (similar to a console). In the cases, the output usually appends content to the end of the text. Therefore, I would like the cursor to remain at the last line and be positioned at the bottom of the view when new content is added.

But it seems there no api to disable it?

honhimW avatar Sep 18 '24 10:09 honhimW