Skip to content

Commit

Permalink
Fixed a bug where Konva stage init failed on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RoflCopter24 committed Feb 9, 2018
1 parent 5732179 commit b7f0f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FTVT",
"version": "2018.01.21",
"version": "2018.02.09",
"author": "Florian Vick <florian@florian-vick.de>",
"description": "A visualisation tool for football tactics",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function newDoc() {
newCircleCount: 0,
newLineCount: 0,
selectedObject: null,
stage: new Konva.Stage(),
stage: null,
objects: new Konva.Layer({ id: 'objects', name: 'Objekte' }),
background: new Konva.Layer({ id: 'bg', name: 'Hintergrund', listening: 'false' }),
author: '',
Expand Down

0 comments on commit b7f0f62

Please sign in to comment.