Add drag and drop support for reordering the attributes manually in the Attribute Manager

This commit is contained in:
Oliver-Akins 2025-07-13 21:51:20 -06:00
parent fec638cb22
commit b4ec9745e7
4 changed files with 123 additions and 5 deletions

View file

@ -4,5 +4,6 @@
display: flex;
flex-direction: column;
gap: 0.5rem;
overflow: auto;
}
}