mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
jsdoc
This commit is contained in:
@@ -40,6 +40,9 @@ export class Viewport {
|
||||
this.refreshLoop();
|
||||
}
|
||||
|
||||
/**
|
||||
* Queues a refresh to be done on next animation frame.
|
||||
*/
|
||||
private refreshLoop(): void {
|
||||
if (this.isRefreshQueued) {
|
||||
this.refresh();
|
||||
|
||||
Reference in New Issue
Block a user