We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Foundry v12.330 Dnd5e v3.3.1 Token tooltips v4.1.2 (only active module)
When deleting a token from canvas, the following error is logged.
Uncaught TypeError: Cannot read properties of null (reading 'worldTransform') DisplayObject.ts:803 at get worldTransform (DisplayObject.ts:803:31) at #fixPosition (module.js:209:6353) at #onHover (module.js:209:6189) at module.js:209:3900 at Object.<anonymous> (module.js:209:2907) at foundry-esm.js:2691:18
Points to
#fixPosition(a) { if (ShowOnLeft.get()) { const b = window.innerWidth - Math.ceil(a.worldTransform.tx - 8);
The text was updated successfully, but these errors were encountered:
illandril
No branches or pull requests
Foundry v12.330
Dnd5e v3.3.1
Token tooltips v4.1.2 (only active module)
When deleting a token from canvas, the following error is logged.
Points to
The text was updated successfully, but these errors were encountered: