탭 표시 제어 및 헤더 중앙 정렬 수정
This commit is contained in:
@@ -51,9 +51,11 @@ function setActiveView(view) {
|
||||
const isOrganization = currentView === "organization";
|
||||
if (organizationStage) {
|
||||
organizationStage.hidden = !isOrganization;
|
||||
organizationStage.style.display = isOrganization ? "flex" : "none";
|
||||
}
|
||||
if (emptyStage) {
|
||||
emptyStage.hidden = isOrganization;
|
||||
emptyStage.style.display = isOrganization ? "none" : "flex";
|
||||
}
|
||||
|
||||
if (isOrganization && previousView !== "organization" && organizationFrame) {
|
||||
|
||||
Reference in New Issue
Block a user