Skip to content

Commit d08a9c9

Browse files
committed
html-table-generator
1 parent fe90c6e commit d08a9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export default class Table implements ITable {
149149
if (!isInContainer) {
150150
this.deactivateTable();
151151
}
152-
}
152+
}
153153

154154
private selectCell(cell: HTMLTableCellElement): void {
155155
this.cellsSelection.handleCellMouseDown(cell);

0 commit comments

Comments
 (0)