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
commit 6d0a974665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default class Display {
constructor(target) {
this._drawCtx = null;
this._renderQ = []; // queue drawing actions for in-oder rendering
this._renderQ = []; // queue drawing actions for in-order rendering
this._flushPromise = null;
// the full frame buffer (logical canvas) size