v1.72.1
Fix
Improve cursor visibility and scrolling behavior in TiptapEditor
- Updated the scrolling logic to ensure the cursor remains visible within the editor content area, enhancing user experience during text editing.
- Adjusted CSS for the BottomSheet to account for additional space reserved for header and footer, improving layout consistency when the keyboard is open.
Feature
Add focus handling to BottomSheet for improved responsiveness
- Implemented a focusin event listener to trigger size adjustments of the BottomSheet when the element gains focus, enhancing the component's responsiveness to user interactions.
- Ensured proper cleanup of the event listener to prevent memory leaks.
