jquery-ui works now with touch devices

- the "old" implementation at wekan source code didn't work anymore with
  jquery-ui@1.13.0, so it's necessary to use another package to get it
  work again
This commit is contained in:
Martin Filser 2021-11-13 23:50:33 +01:00
parent 292e43466e
commit c9071a74bc
7 changed files with 10 additions and 79 deletions

5
package-lock.json generated
View file

@ -1815,6 +1815,11 @@
"jquery": ">=1.8.0 <4.0.0"
}
},
"jquery-ui-touch-punch": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/jquery-ui-touch-punch/-/jquery-ui-touch-punch-0.2.3.tgz",
"integrity": "sha1-7tgiQnM7okP0az6HwYQbMIGR2mg="
},
"js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",