* `dragstart event behaviour is a bit changed. It will fire BEFORE actual position of a node is changed. fix #476

This commit is contained in:
Anton Lavrenov
2018-10-18 12:28:03 -05:00
parent 298a563b8a
commit f645b22c4a
5 changed files with 98 additions and 3 deletions

View File

@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
* Performance fixes for caching
### Changed
* ``dragstart` event behaviour is a bit changed. It will fire BEFORE actual position of a node is changed.
## [2.4.2][2018-10-12]
### Fixed