Skip to content

Commit

Permalink
Update logic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jul 18, 2024
1 parent 414f46c commit 394b35f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/module/logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ export class Polyglot {
this._getFontStyle(lang).replace(/\d+%\s/g, ""),
);
if (cssClasses === undefined) cssClasses = [];
// circumventing core issue https://github.com/foundryvtt/foundryvtt/issues/11178
// cssClasses.push("polyglot, polyglot-chat-bubble");
cssClasses.push("polyglot polyglot-chat-bubble");
cssClasses.push("polyglot", "polyglot-chat-bubble");
}
return wrapped(token, message, { cssClasses, requireVisible, pan });
},
Expand Down

0 comments on commit 394b35f

Please sign in to comment.