mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-08 18:48:18 +01:00
Remove out-of-date comment
This commit is contained in:
parent
ac044cb5c2
commit
8dc80e68a7
@ -181,8 +181,6 @@ export class TilesCollection extends BaseObservableList {
|
||||
}
|
||||
|
||||
_replaceTile(tileIdx, existingTile, newTile, updateParams) {
|
||||
// TODO What happens with a tile that's being replied to? Can we have
|
||||
// reference counting of some sort?
|
||||
existingTile.dispose();
|
||||
const prevTile = this._getTileAtIdx(tileIdx - 1);
|
||||
const nextTile = this._getTileAtIdx(tileIdx + 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user