Skip to content

Commit 9f5ec8a

Browse files
committed
a
1 parent a1de2ec commit 9f5ec8a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/config.js

+4
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,10 @@ export function initConfig() {
598598
}
599599
}
600600

601+
async _onRightClick(event) {
602+
this.item?.sheet?.render(true);
603+
}
604+
601605
static consumeActionEconomy(item) {
602606
const activationType = item.system.activation?.type;
603607
let actionType = null;

0 commit comments

Comments
 (0)