Update: PageBase class中增加Tab栏标记状态设置
This commit is contained in:
@@ -85,6 +85,10 @@ class FSBoard {
|
||||
getHandler() {
|
||||
return this.#handler_;
|
||||
}
|
||||
|
||||
dispose() {
|
||||
this.#handler_ = null;
|
||||
}
|
||||
}
|
||||
|
||||
Mixly.FSBoard = FSBoard;
|
||||
|
||||
Reference in New Issue
Block a user