Skip to content

Commit

Permalink
sync widget fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Oct 20, 2024
1 parent 24aea29 commit 6221f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -5155,7 +5155,7 @@ function updateMixerRun(e = false) {
var w = window.innerWidth;

if (session.widget && session.iFramesAllowed) {
w *= (100 - session.widgetwidth);
w *= (100 - session.widgetwidth)/100;
try {
let widget = document.getElementById("widget");
if (!widget) {
Expand Down

0 comments on commit 6221f5f

Please sign in to comment.