mantaskaveckas / react-siema

ReactSiema Demo
https://kaveckas.github.io/react-siema/
89 stars 39 forks source link

fix: only prevent default if dragabble #15

Closed sorodrigo closed 6 years ago

sorodrigo commented 6 years ago

This adds a check in the drag event handlers to avoid preventing default when draggable is false. This ensures that the text can be selected.