wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

Fixed mouse events not working inside of the panes #23

Closed flore2003 closed 7 years ago

flore2003 commented 7 years ago

Due to the handling of the mousemove event in the split pane compoments, mouse events such as html5 drag and drop and text selection are not working inside of the two panes.

Handling the mousemove event only when we are currently resizing the panes solves this issue.

wannabegeek commented 7 years ago

Great - thanks