Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oxixes committed Aug 14, 2024
1 parent edeee6b commit 0ad8d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
if (screenSize.lessOrEqual === -1) {
size = screenSize.moreOrEqual;
}
this.updateWidgetScreenSize(screenSize.width);
this.updateWidgetScreenSize(size);
}
}

Expand Down

0 comments on commit 0ad8d66

Please sign in to comment.