1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-12 04:57:18 +01:00

remove comment

This commit is contained in:
Bruno Windels 2021-09-09 17:15:28 +02:00
parent d1242c4b67
commit fe4bb5db40

@ -64,7 +64,6 @@ export class TimelineViewModel extends ViewModel {
} }
} }
/** if this.tiles is empty, call this with undefined for both startTile and endTile */
_setVisibleTileRange(startTile, endTile) { _setVisibleTileRange(startTile, endTile) {
let loadTop; let loadTop;
if (startTile && endTile) { if (startTile && endTile) {