You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
My players can't move their tokens and the console shows following error:
foundry_imports.js:24 Uncaught (in promise) ReferenceError: calculateTokenOffset is not defined
at foundry_imports.js:24
at Array.some ()
at DragRulerRuler.moveEntities (foundry_imports.js:23)
at Token.onEntityDragLeftDrop (main.js:165)
at Token.entityType._onDragLeftDrop (main.js:73)
at MouseInteractionManager.callback (foundry.js:36392)
at MouseInteractionManager._handleDragDrop (foundry.js:36767)
at MouseInteractionManager._handleMouseUp (foundry.js:36737)
at Token.a.emit (index.js:181)
at r.dispatchEvent (InteractionManager.ts:1106)
Looks like you renamed the function calculateTokenOffset to calculateEntityOffset but forgot to change the function call in line 24.
The text was updated successfully, but these errors were encountered:
Hi.
My players can't move their tokens and the console shows following error:
foundry_imports.js:24 Uncaught (in promise) ReferenceError: calculateTokenOffset is not defined
at foundry_imports.js:24
at Array.some ()
at DragRulerRuler.moveEntities (foundry_imports.js:23)
at Token.onEntityDragLeftDrop (main.js:165)
at Token.entityType._onDragLeftDrop (main.js:73)
at MouseInteractionManager.callback (foundry.js:36392)
at MouseInteractionManager._handleDragDrop (foundry.js:36767)
at MouseInteractionManager._handleMouseUp (foundry.js:36737)
at Token.a.emit (index.js:181)
at r.dispatchEvent (InteractionManager.ts:1106)
Looks like you renamed the function calculateTokenOffset to calculateEntityOffset but forgot to change the function call in line 24.
The text was updated successfully, but these errors were encountered: