Open chrisgillison opened 3 years ago
In Framework 5.14.0, 2 files in the js folder break the javascript:compile at course build. Errors are:
src\components\adapt-dragndrop\js\jquery.ui.touch-punch.js: Cannot read property 'type' of undefined
and
src\components\adapt-dragndrop\js\jquery-ui.min.js: Cannot read property 'type' of undefined
I noticed this only on mobile devices.
I've found that it get's fixed by updating to the latest version of the Jquery-UI library v1.13.2
Creating a PR now
In Framework 5.14.0, 2 files in the js folder break the javascript:compile at course build. Errors are:
src\components\adapt-dragndrop\js\jquery.ui.touch-punch.js: Cannot read property 'type' of undefined
and
src\components\adapt-dragndrop\js\jquery-ui.min.js: Cannot read property 'type' of undefined