mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-23 02:49:55 +02:00
Support drag resort on features in actor setting sheets (#2023)
This commit is contained in:
parent
6f1da42735
commit
6b80a6243c
9 changed files with 52 additions and 88 deletions
|
|
@ -381,8 +381,7 @@ export default function DHApplicationMixin(Base) {
|
|||
* @protected
|
||||
*/
|
||||
_onDrop(event) {
|
||||
// Fallback to super, but note that config sheets don't have this option
|
||||
// We still need this to avoid setting apps having issues
|
||||
// Potentially handle subclasses that dont descend from actor/item sheet.
|
||||
event.stopPropagation();
|
||||
return super._onDrop?.(event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue