Vanessa 2026-02-17 12:08:04 +08:00
parent 9fd35ab007
commit 44badcad53
9 changed files with 9 additions and 9 deletions

View file

@ -426,7 +426,7 @@ export class Plugin {
getDockByType(type2).toggleModel(type2);
}
});
customObj.element.classList.add("sy__" + type2);
customObj.element.classList.add("sy__" + type2, "dockPanel");
return customObj;
}
/// #endif