You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constvalue=newArray(10000).fill(`function hello() { alert('Hello world!');}`).join('\n');// Hover on each property to see its docs!constmyEditor=monaco.editor.create(document.getElementById("container"),{
value,language: "markdown",automaticLayout: true,scrollbar: {vertical: 'hidden',alwaysConsumeMouseWheel: false,// handleMouseWheel: false,},});```html<divid="container"style="height: 223600px"></div>
Reproduction Steps
hello i have problem that use monaco editor ,and i think this is my requirement problem,but in my view i can't solve it by my self,so it raise this issue,would any help me out this trap.
this issue come from #794,i have a scenario that need expand all editor content for globally scrolling, like this image below.
monaco editor was slow responding and flashing when scrolling. i think it's caused ineffective virtual scrolling. but i have no idea to solve this.if there have some tricks please tell me.im looking forward to your reply
Actual (Problematic) Behavior
No response
Expected Behavior
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
Reproduction Steps
hello i have problem that use monaco editor ,and i think this is my requirement problem,but in my view i can't solve it by my self,so it raise this issue,would any help me out this trap.
this issue come from #794,i have a scenario that need expand all editor content for globally scrolling, like this image below.
monaco editor was slow responding and flashing when scrolling. i think it's caused ineffective virtual scrolling. but i have no idea to solve this.if there have some tricks please tell me.im looking forward to your reply
Actual (Problematic) Behavior
No response
Expected Behavior
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: