Thursday, July 9, 2020
1 change · master
Code cleanup and technical improvements
The automatic scrolling behavior used while dragging items has been moved from the website editor into the broader web framework. This makes the same smoother drag experience available for other Odoo apps, such as Sign, while reducing duplicated work for future features.
Original PR description
Prior to this commit, the autoscroll on drag feature was accessible and only used in the web_editor application. After this commit, the autoscroll on drag feature will be available in the web application and has been refactored in order to allow its usage in other application (as for the sign application). task-2280965 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr