Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
myovchev committed Nov 6, 2024
2 parents c60ecb2 + 6b7c1dc commit a0f422e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* Extra bundle detection when using external build module works properly now.
* Widget players are now properly invoked when they arrive later in the page load process.
* Fix permission grid tooltip display.

### Adds

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default {
html.appendChild(list);
return {
content: html,
content: html.innerHTML,
localize: false
};
},
Expand Down

0 comments on commit a0f422e

Please sign in to comment.