We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: The 'action' prop of EditControl cannot be triggered by some events, e.g. "draw:editStart"
Root cause: the event names here https://github.com/emilhe/dash-leaflet/blob/master/src/ts/components/EditControl.tsx#L64 seem to be inconsistent with react-leaflet-draw(https://github.com/alex3165/react-leaflet-draw/blob/master/src/EditControl.js). The event names are all lower case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue: The 'action' prop of EditControl cannot be triggered by some events, e.g. "draw:editStart"
Root cause: the event names here https://github.com/emilhe/dash-leaflet/blob/master/src/ts/components/EditControl.tsx#L64 seem to be inconsistent with react-leaflet-draw(https://github.com/alex3165/react-leaflet-draw/blob/master/src/EditControl.js). The event names are all lower case.
The text was updated successfully, but these errors were encountered: