Skip to content

Commit

Permalink
Fix typo in resizeLeft function (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
jevenski authored Nov 25, 2024
1 parent 42fdcc4 commit c38fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/webui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ var theWebUI =
if (!w)
return;
const offcanvas = $("#offcanvas-sidepanel");
if (theWebUI.settings["webui.list_table_min_height"]) {
if (theWebUI.settings["webui.side_panel_min_width"]) {
w = Math.max(w, ir(theWebUI.settings["webui.side_panel_min_width"]));
}
if (offcanvas.css("display") === "none") {
Expand Down

0 comments on commit c38fc35

Please sign in to comment.