Skip to content

Commit

Permalink
Merge remote-tracking branch 'admin-ui/4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Dębiński committed Nov 28, 2024
2 parents f56003e + 60ce234 commit dc5a056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const modifyPopperConfig = (iframe, defaultBsPopperConfig) => {
const getTextHeight = (text, styles) => {
const tag = doc.createElement('div');

tag.innerHTML = text;
tag.innerText = text;

for (const key in styles) {
tag.style[key] = styles[key];
Expand Down

0 comments on commit dc5a056

Please sign in to comment.