We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c54203 + 5e9b2cb commit 3a84bcbCopy full SHA for 3a84bcb
1 file changed
addons/addon-image/src/ImageRenderer.ts
@@ -358,7 +358,7 @@ export class ImageRenderer extends Disposable implements IDisposable {
358
canvas.style.zIndex = '0';
359
screenElement.appendChild(canvas);
360
}
361
- const ctx = canvas.getContext('2d', { alpha: true, desynchronized: true });
+ const ctx = canvas.getContext('2d', { alpha: true });
362
if (!ctx) {
363
canvas.remove();
364
return;
0 commit comments