Merge pull request #547 from VladimirTechMan/master

Make the calls to getGlobalKonva() working in the current code base
This commit is contained in:
Anton Lavrenov 2019-01-21 15:02:15 -05:00 committed by GitHub
commit 81b71d76a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,4 +50,6 @@ Konva.angleDeg = true;
*/
Konva.showWarnings = true;
Konva.glob.Konva = Konva;
export default KonvaInternals;