forked from MapComplete/MapComplete
Studio: more work on studio
This commit is contained in:
parent
81876fc5ed
commit
4e8dfc0026
20 changed files with 1842 additions and 94 deletions
|
@ -534,7 +534,7 @@ class MappedStore<TIn, T> extends Store<T> {
|
|||
private update(): void {
|
||||
const newData = this._f(this._upstream.data)
|
||||
this._upstreamPingCount = this._upstreamCallbackHandler?.pingCount
|
||||
if (this._data == newData) {
|
||||
if (this._data === newData) {
|
||||
return
|
||||
}
|
||||
this._data = newData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue