Change the default bringToFront behaviour to not do it automatically
This commit is contained in:
parent
497756e8b1
commit
0c39efe32f
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ export async function editItemFromElement(target) {
|
|||
const itemId = itemEl.dataset.itemId;
|
||||
if (!itemId) { return };
|
||||
const item = await fromUuid(itemId);
|
||||
item.sheet.render({ force: true });
|
||||
item.sheet.render({ force: true, orBringToFront: true });
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue