This commit is contained in:
Vanessa 2022-05-29 10:06:02 +08:00
parent 125aa092c6
commit 259198a3d5
8 changed files with 10 additions and 11 deletions

View file

@ -381,7 +381,7 @@ export class Wnd {
event.preventDefault();
});
}
const containerElement = this.element.querySelector(".layout-tab-container")
const containerElement = this.element.querySelector(".layout-tab-container");
if (!containerElement.querySelector(".fn__flex-1")) {
// empty center
containerElement.append(tab.panelElement);