Skip to content

Commit

Permalink
fix: disable desynchronized canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 12, 2021
1 parent c770cad commit 8059189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/canvas-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class CanvasLayer {
*/
this.canvas = document.createElement("canvas")

const desynchronized = process.platform !== "linux"
const desynchronized = false // TODO Electron 9 has color issues #786

/**
* The onscreen canvas context.
Expand Down

0 comments on commit 8059189

Please sign in to comment.