Make it possible to drag multiple properties to other tabs in succession (#13579)

This commit is contained in:
Kenn Jacobsen
2023-01-12 10:53:57 +01:00
committed by GitHub
parent 6f2016d6da
commit 9d522ea9a0

View File

@@ -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;
}
};