You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
Hi. Why events like ui-sortable:moved
are not documented.
The callbacks you suggest to use are called without any arguments (or I can't get how to have them).
ui-sortable-stop="u.onDrop($event, ui)"
doesn't bring any arguments into onDrop handler function. I've tried to inspect sources and didn't find any arguments insertion (except some "locals").
So. What are these undocumented events for and why "ui" arguments is not given into a callback function.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi. Why events like
ui-sortable:moved
are not documented.
The callbacks you suggest to use are called without any arguments (or I can't get how to have them).
ui-sortable-stop="u.onDrop($event, ui)"
doesn't bring any arguments into onDrop handler function. I've tried to inspect sources and didn't find any arguments insertion (except some "locals").
So. What are these undocumented events for and why "ui" arguments is not given into a callback function.
Thank you.
The text was updated successfully, but these errors were encountered: