Add user-select: none to the stage container to fix some "selected contend around" issues

This commit is contained in:
Anton Lavrenov
2018-09-19 14:09:29 +03:00
parent 5fcf600a4d
commit f7ed3f7d52
5 changed files with 14 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
* Tween support for gradient properties
* Add `user-select: none` to the stage container to fix some "selected contend around" issues
### Added