guides
guides copied to clipboard
Feature: lockGuides prop for locking changes
Environments
- Framework name: react-guides
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 a lockGuides
prop for toggling locking the guides.
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"]} />