Merge pull request #2035 from MantriHimaVamshi-AidenAI/patch-1

Fix comment typo in display.js
This commit is contained in:
Samuel Mannehed (ThinLinc team)
2026-01-11 00:45:47 +01:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ export default class Display {
constructor(target) { constructor(target) {
this._drawCtx = null; this._drawCtx = null;
this._renderQ = []; // queue drawing actions for in-oder rendering this._renderQ = []; // queue drawing actions for in-order rendering
this._flushPromise = null; this._flushPromise = null;
// the full frame buffer (logical canvas) size // the full frame buffer (logical canvas) size