Fixed a wrong cache when a shape inside group has listening = false

This commit is contained in:
Anton Lavrenov
2018-10-12 12:07:04 -05:00
parent c76bbcd3e6
commit ffbb871a02
5 changed files with 114 additions and 7 deletions

View File

@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [new version][unreleased]
### Fixed
* Fixed a wrong cache when a shape inside group has `listening = false`
## [2.4.1][2018-10-08]
### Changed