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
You can fix the current Javascript-Problem, when you edit the file trigger.js and search for const position = canvas.app.renderer.plugins.interaction.mouse.getLocalPosition(canvas.app.stage);
and replace it with const position = canvas.mousePosition;
This is a crucial top-ten module, Please consider re-working for V11 compatibility
The text was updated successfully, but these errors were encountered: