getClientRect calculation fix for groups

This commit is contained in:
Anton Lavrenov
2018-09-24 14:40:07 +03:00
parent 04222bfe93
commit c0911572e7
5 changed files with 52 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Added some text trim logic to wrap in better
### Fixed
* `getClientRect` calculation fix for groups
## [2.4.0][2018-09-19]
### Added