Update the Simple Worldbuilding system for compatibility with 0.5.6

This commit is contained in:
Andrew 2020-05-12 18:08:48 -07:00
parent d405a18f53
commit d66a64b939
5 changed files with 12 additions and 11 deletions

View file

@ -11,7 +11,8 @@ export class SimpleActorSheet extends ActorSheet {
template: "systems/worldbuilding/templates/actor-sheet.html",
width: 600,
height: 600,
tabs: [{navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description"}]
tabs: [{navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description"}],
dragDrop: [{dragSelector: ".item-list .item", dropSelector: null}]
});
}