mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Excluding preview updates
This commit is contained in:
parent
c42f876d4f
commit
cd6266c81a
1 changed files with 2 additions and 2 deletions
|
|
@ -423,8 +423,8 @@ Hooks.on('targetToken', () => {
|
||||||
debouncedRangeEffectCall();
|
debouncedRangeEffectCall();
|
||||||
});
|
});
|
||||||
|
|
||||||
Hooks.on('refreshToken', (_, options) => {
|
Hooks.on('refreshToken', (token, options) => {
|
||||||
if (options.refreshPosition) {
|
if (options.refreshPosition && !token._original) {
|
||||||
debouncedRangeEffectCall();
|
debouncedRangeEffectCall();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue