mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove unneeded dispose method from TimeBasedDebouncer
This commit is contained in:
@@ -23,8 +23,6 @@ export class TimeBasedDebouncer {
|
||||
) {
|
||||
}
|
||||
|
||||
public dispose(): void {}
|
||||
|
||||
public refresh(rowStart: number | undefined, rowEnd: number | undefined, rowCount: number): void {
|
||||
this._rowCount = rowCount;
|
||||
// Get the min/max row start/end for the arg values
|
||||
|
||||
Reference in New Issue
Block a user