We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5c2ed commit 7ccd21bCopy full SHA for 7ccd21b
js/libs/Board.js
@@ -21,7 +21,7 @@ var Board = (function() {
21
},
22
init: function init(canvasId) {
23
this.dom = document.getElementById(canvasId);
24
- this.ctx = this.dom.getContext('2d');
+ this.ctx = this.dom.getContext('2d', {desynchronized: true});
25
26
// Additional Configuration
27
this.ctx.imageSmoothingEnabled = true;
0 commit comments