Skip to content

Commit 4f7fbb3

Browse files
committed
Fixed: Fix the issue with character protocol recording content
1 parent f785fc9 commit 4f7fbb3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/elements/replay/asciicast/asciicast.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ export class ElementReplayAsciicastComponent implements OnInit, AfterViewInit {
204204
speed: this.speed,
205205
preload: true,
206206
autoPlay: this.isPlaying ? 1 : 0,
207-
rows: this.rows,
208-
cols: 100,
209207
fit: false,
210208
terminalFontSize: '12px'
211209
};

0 commit comments

Comments
 (0)