Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Jul 15, 2023
1 parent ecc22d6 commit 5af20c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/BorderControl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ export class BorderFrame {
//@ts-ignore
(hover ?? token.hover) ||
//@ts-ignore
canvas.tokens?._highlight ||
canvas.tokens?.highlightObjects ||
game.settings.get(CONSTANTS.MODULE_ID, "permanentBorder")
) {
if (borderControlCustom) {
Expand Down Expand Up @@ -737,7 +737,7 @@ export class BorderFrame {
//@ts-ignore
(hover ?? token.hover) ||
//@ts-ignore
canvas.tokens?._highlight ||
canvas.tokens?.highlightObjects ||
game.settings.get(CONSTANTS.MODULE_ID, "permanentBorder")
) {
if (borderControlCustom) {
Expand Down

0 comments on commit 5af20c8

Please sign in to comment.