feat(comparisonStore): add isLoading getter
This commit is contained in:
@@ -136,6 +136,10 @@ class ComparisonStore {
|
|||||||
return !!this.#fontA && !!this.#fontB;
|
return !!this.#fontA && !!this.#fontB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get isLoading() {
|
||||||
|
return this.#isRestoring;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Public initializer (optional, as constructor starts it)
|
* Public initializer (optional, as constructor starts it)
|
||||||
* Kept for compatibility if manual re-init is needed
|
* Kept for compatibility if manual re-init is needed
|
||||||
|
|||||||
Reference in New Issue
Block a user