Using the Editor within a ScrollView #220
Closed
darren4flow
started this conversation in
General
Replies: 1 comment 1 reply
-
Setting dynamicHeight to true does the trick. const editor = useEditorBridge({ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a ScrollView that has stuff at the top and I want to render the editor under that stuff. The problem I'm experiencing is the editor has its own scroll container and I can't find a way to disable it. I want the html in the editor to scroll with the rest of the stuff in the ScrollView.
How can I do this?
Beta Was this translation helpful? Give feedback.
All reactions