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
Because Polymer event (set in sortablejs.html) have the same name as in the native Sortable library,
a Polymer listener function would be called twice. What I usually do is to process the function only when event.detail exists :
Because Polymer event (set in
sortablejs.html
) have the same name as in the native Sortable library,a Polymer listener function would be called twice. What I usually do is to process the function only when
event.detail
exists :What about changing all event with a
sortable-
prefix (before too many people use this young library...)Thanks anyway,
C.
The text was updated successfully, but these errors were encountered: