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