-
Notifications
You must be signed in to change notification settings - Fork 994
New issue
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
Question : draw:editstop:save event ? #545
Comments
When will this functions will be added? Is there anyone has an alternative solution for this at the meantime. |
Until now, I manage this missing feature with jquery. But this is a pretty ugly hack... It would be better to have separate events.
|
I submitted a PR (#651) that expands the info provided by the edit events,
but I am unsure of the status.
The editstop:save event that you want is called editdone. editstop without
a corresponding editdone is your editstop:cancel event.
…On Mon, Jan 16, 2017 at 5:50 PM, visernchua ***@***.***> wrote:
When will this functions will be added? Is there anyone has an alternative
solution for this at the meantime.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#545 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAzNEg-UdFZ9jFqJNdSg8egPkVsD0f7nks5rTB5NgaJpZM4ItYet>
.
|
whats the status on this? |
@danielduhh I found that if you want to check whenever to save button triggered you can use |
It's 2022, does anyone have a solution for this problem? |
Hello,
I am adding extra data in a popup when editing. It would be nice to have an editstop:cancel event and an editstop:save event to known if I have to save these data or delete them. I can't manage the distinction in the current editstop event...
Or is there another way ?
Thank you
The text was updated successfully, but these errors were encountered: