contentTap event for stage. fix #122.

This commit is contained in:
Anton Lavrenov
2016-01-16 07:11:30 +08:00
parent ed6a3a956b
commit d9451f854e
4 changed files with 12 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- correct `Konva.Arrow` drawing. Now it works better.
- Better support for dragging when mouse out of stage
- Better corner radius for `Label` shape
- `contentTap` event for stage
### Added
- event delegation. You can use it in this way: `layer.on('click', 'Circle', handler);`