todo note

This commit is contained in:
Niels Lyngsø
2024-03-18 09:25:36 +01:00
parent 7d134c717a
commit a5cc9d0622

View File

@@ -62,6 +62,7 @@ export class UmbContentTypeDesignEditorElement extends UmbLitElement implements
this._tabsStructureHelper.partialUpdateContainer(item.id, { sortOrder: prevItemSortOrder + weight });
// Check for overlaps
// TODO: Make sure this take inheritance into considerations.
model.some((entry, index) => {
if (index <= newIndex) return;
if (entry.sortOrder === prevItemSortOrder + weight) {