Open drumnation opened 3 years ago
using e.stop() is still letting click events change state when hovering over a guide.
e.stop()
Just like how there is a showGuides prop for toggling guides, it would be great if there were a lockGuides prop for toggling locking the guides.
showGuides
lockGuides
Will be adding to my fork in the future.
@drumnation react-guides 0.13.0 is released.
lockGuides prop is added.
<Guides lockGuides={["add", "remove", "change"]} />
Environments
Description
using
e.stop()
is still letting click events change state when hovering over a guide.Just like how there is a
showGuides
prop for toggling guides, it would be great if there were alockGuides
prop for toggling locking the guides.Will be adding to my fork in the future.