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
Although I can bind event by using gelem.on('dragstart.dd', '.icon', callback);, but cannot unbind drag&drop related listeners by gelem.prototype.off('.dd');
The text was updated successfully, but these errors were encountered:
Although I can bind event by using
gelem.on('dragstart.dd', '.icon', callback);
, but cannot unbind drag&drop related listeners bygelem.prototype.off('.dd')
;The text was updated successfully, but these errors were encountered: