Skip to content

Commit 3735e44

Browse files
committed
fix TS definition
1 parent 3fecedf commit 3735e44

File tree

1 file changed

+1
-1
lines changed
  • src/domain/session/room/timeline/tiles

1 file changed

+1
-1
lines changed

src/domain/session/room/timeline/tiles/ITile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface ITile<E extends BaseEntry = BaseEntry> extends IDisposable {
4545
// as SimpleTile only has one entry, the tile should be removed
4646
removeEntry(entry: BaseEntry): boolean
4747
// SimpleTile can only contain 1 entry
48-
tryIncludeEntry(): boolean;
48+
tryIncludeEntry(entry: BaseEntry): boolean;
4949
// let item know it has a new sibling
5050
updatePreviousSibling(prev: ITile<BaseEntry> | undefined): void;
5151
// let item know it has a new sibling

0 commit comments

Comments
 (0)