Skip to content

Commit

Permalink
browser: wireId out of sync on reconnect
Browse files Browse the repository at this point in the history
- regression from 762ce28

Signed-off-by: Rash419 <[email protected]>
Change-Id: I86b913213135982031d33b4b29f54df2e8320ea4
  • Loading branch information
Rash419 committed Nov 1, 2023
1 parent 0453140 commit 112fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/src/layer/tile/CanvasTileLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ L.CanvasTileLayer = L.Layer.extend({
_refreshTilesInBackground: function() {
for (var key in this._tiles) {
this._tiles[key].wireId = 1;
this._tiles[key].invalidFrom = 0;
this._tiles[key].invalidFrom = 1;
}
},

Expand Down

0 comments on commit 112fefa

Please sign in to comment.