Merge branch 'wip-pointer-events' of https://github.com/jquense/konva into jquense-wip-pointer-events

This commit is contained in:
Anton Lavrenov
2019-05-27 14:39:17 -05:00
13 changed files with 544 additions and 13 deletions

View File

@@ -95,6 +95,7 @@ export const Konva = {
return Konva.angleDeg ? angle * PI_OVER_180 : angle;
},
enableTrace: false,
_pointerEventsEnabled: false,
// TODO: move that to stage?
listenClickTap: false,