Closed mhxim closed 2 years ago
Feature request:
Current behavior: Dragging the divider outside of the split pane selects text.
Expected behavior: Dragging the divider of the split pane doesn't select text.
Proposed changes: Modify the default CSS to disable user-select on the divider:
.react-split__sash { user-select: none; }
Thank you for your use, but this may not solve your problem。The component can only control the text inside the component not to be selected, and the content outside the component needs to be controlled by you. For example, you can use this component as the root component. I don't know if it can solve your problem.
fixed
Feature request:
Current behavior: Dragging the divider outside of the split pane selects text.
Expected behavior: Dragging the divider of the split pane doesn't select text.
Proposed changes: Modify the default CSS to disable user-select on the divider: