diff --git a/deploy/regexr.js b/deploy/regexr.js index bb1281e..0264a1a 100644 --- a/deploy/regexr.js +++ b/deploy/regexr.js @@ -17882,6 +17882,7 @@ var regexr = (function () { this.el = el; this._initUI(); this.value = null; + DOMUtils.togglePanel(this.el, 'article'); } set value(o) { if (!o) { @@ -18879,9 +18880,7 @@ var regexr = (function () { id = "home"; } this.goto(id); - if (app.isNarrow) { - setTimeout(() => this.minimize(true, false), 1500); - } + this.minimize(true, false); } minimize(val = true, track = true) { if (val === this._minimized) {