bmarian / token-tooltip-alt

A module that adds a tooltip next to the currently hovered token to show some useful information for players and DMs.
MIT License
9 stars 15 forks source link

[BUG] Deprecation warnings in the console. #97

Closed SalieriC closed 2 years ago

SalieriC commented 2 years ago

Describe the bug When moving the mouse over/away from a token/pressing ALT, Foundry warns about deprecation.

To Reproduce Steps to reproduce the behavior:

  1. Open a scene with tokens / place tokens.
  2. Open console.
  3. Press ALT/hover over token.

Screenshots image

Please complete the following information:

Additional context PlaceableObject#getFlag is deprecated in favour of Document#getFlag.

An export of your tooltip settings Please provide an export of your settings, found by going into the Tooltip manger and clicking Export.

shemetz commented 2 years ago

I believe #100 solved this.