danielsaidi / RichTextKit

RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
MIT License
943 stars 126 forks source link

Hide the vertical scrollbar when the editor's config isScrollingEnabl… #199

Closed travisbikkle closed 1 month ago

travisbikkle commented 1 month ago

This pr fix #198 . It's been tested like I wrote in the issue. I left this pr here so it can be merged anytime when the issue/feature is approved.

travisbikkle commented 1 month ago

Feel free to close this pr if the feature is declined or the code is bad.

danielsaidi commented 1 month ago

Hi @travisbikkle

Thank you so much! I will take a look 🙌

danielsaidi commented 1 month ago

This is perfect, thank you! I will add a separate property to the configuration, to let you hide the scrollbar while still having scrolling enabled.