Replies: 1 comment
-
Maybe provide the scroller element in the // disable scrolling
DataEditorRef.current.scrollerElement.style.overflow = 'hidden';
// enabled scrolling
DataEditorRef.current.scrollerElement.style.overflow = 'auto'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm asking for toggling scroll ability because issue #162 says it will not support updating the editor position on scroll. I can understand the reason behind but at least give us another option: to have a state or hook or something to disable the scrolling when editing in case people don't like the google sheet style. Is it a good idea?
Beta Was this translation helpful? Give feedback.
All reactions