Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
<!-- Clearly explain the need for these changes: --> The current minimum zoom level restricts zooming out fully. I reduced the minZoom level to allow more flexible zooming out for users. ### Changes 🏗️ Reduced minZoom from 0.2 to 0.1 in the ReactFlow component to allow further zooming out. <!-- Concisely describe all of the changes made in this pull request: --> ### Checklist 📋 #### For code changes: - [ x ] I have clearly listed my changes in the PR description - [ x ] I have made a test plan - [ x ] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [ x ] Tested with different elements and zoom ranges to confirm its a smooth transition - [ x ] Checked that canvas and all nodes remain unchanged and interactive Co-authored-by: Bently <[email protected]>
- Loading branch information