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
On that code, I already disabled the first and the last paper-items so those can't be dragged. But somehow the other paper-items inside the dom-repeat still can be dragged and replace the disabled paper-items position. How would I disable the position of the disabled paper-items so another active paper-items can't replace their position?
The text was updated successfully, but these errors were encountered:
Can we disable the position of disabled sortable item using this
component
? For example I have this snippet:On that code, I already disabled the first and the last
paper-item
s so those can't be dragged. But somehow the otherpaper-item
s inside the dom-repeat still can be dragged and replace the disabledpaper-item
s position. How would I disable the position of the disabledpaper-item
s so another activepaper-item
s can't replace their position?The text was updated successfully, but these errors were encountered: