Make it possible to drag multiple properties to other tabs in succession (#13579)
This commit is contained in:
@@ -158,6 +158,9 @@
|
||||
items: ".umb-group-builder__property-sortable",
|
||||
stop: (e, ui) => {
|
||||
updatePropertiesSortOrder();
|
||||
|
||||
// when a property is dropped we need to reset the requested tab hover alias
|
||||
scope.sortableRequestedTabAlias = undefined;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user