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
Describe the bug
Trying to move or drag any item after updating both items and groupName results in an error. Uncaught TypeError: this.sortableGroup is undefined
To Reproduce
<ol{{sortable-groupgroupName=this.groupNameonChange=this.reorderItems}}>
{{#eachthis.itemsas |item|}}
<li{{sortable-itemgroupName=this.groupNamemodel=item}}>
{{item}}
<spanclass='handle'{{sortable-handle}}>↕</span>
</li>
{{/each}}
</ol>
<p>The last dragged item was: {{this.lastDragged}}</p>
<button{{on"click"this.updateDataSource}}type="button">Change data source</button>
Describe the bug
Trying to move or drag any item after updating both
items
andgroupName
results in an error.Uncaught TypeError: this.sortableGroup is undefined
To Reproduce
Expected behavior
Should be able to move items after they are updated.
The text was updated successfully, but these errors were encountered: