Fixed drag-drop at Ubuntu Touch Morph Browser and WeKan OpenStore app by changing jquery-ui-touch-punch to newer updated @rwap/jquery-ui-touch-punch.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-06-10 02:59:35 +03:00
parent bb807d53ba
commit af63259f09
3 changed files with 3655 additions and 2193 deletions

View file

@ -17,4 +17,4 @@ require('jquery-ui/ui/widgets/draggable')
require('jquery-ui/ui/widgets/droppable')
// enable touch on mobile
require('jquery-ui-touch-punch')
require('@rwap/jquery-ui-touch-punch')

5844
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,6 +24,7 @@
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"@mapbox/node-pre-gyp": "^1.0.10",
"@rwap/jquery-ui-touch-punch": "^1.0.11",
"ajv": "^6.12.6",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
@ -41,7 +42,6 @@
"i18next-sprintf-postprocessor": "^0.2.2",
"jquery": "^2.2.4",
"jquery-ui": "^1.13.0",
"jquery-ui-touch-punch": "^0.2.3",
"jszip": "^3.7.1",
"ldapjs": "^2.3.3",
"markdown-it": "^12.3.2",