remove setPaneClickDistance from store and update it declaritively

This commit is contained in:
peterkogo
2025-10-27 12:06:53 +01:00
parent 4f549b1095
commit f8c547d92f
17 changed files with 26 additions and 30 deletions
@@ -39,6 +39,7 @@ type PaneProps = {
| 'onPaneMouseMove'
| 'onPaneMouseLeave'
| 'selectionOnDrag'
| 'paneClickDistance'
>
>;