Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jendave committed Nov 3, 2024
1 parent d2e8294 commit 0c90e38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.7](https://github.com/jendave/token-note-hover/commits/main) (2024-11-03)

* Fix warning.

## [2.1.6](https://github.com/jendave/token-note-hover/commits/main) (2024-10-02)

* Fix bug with `Phosphor` theme text color.
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/TokenNoteHoverHUD.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class TokenNoteHoverHUD extends BasePlaceableHUD {
* @type {*}
*/
static get defaultOptions() {
return mergeObject(super.defaultOptions, {
return foundry.utils.mergeObject(super.defaultOptions, {
id: CONSTANTS.ELEMENT_ID,
classes: [...super.defaultOptions.classes, CONSTANTS.ELEMENT_ID],
minimizable: false,
Expand Down

0 comments on commit 0c90e38

Please sign in to comment.