minimize menus
This commit is contained in:
parent
d85ea68747
commit
a1944c17ad
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue