Dragscroll, change cursor while scrolling + support summernote compatibily

This commit is contained in:
Martin Filser 2022-05-03 23:56:15 +02:00
parent 52556aff68
commit 24fffd8bfa
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -682,8 +682,8 @@
}
},
"dragscroll": {
"version": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b",
"from": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b"
"version": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944",
"from": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944"
},
"duplexer2": {
"version": "0.1.4",

View file

@ -28,7 +28,7 @@
"bcryptjs": "^2.4.3",
"bson": "^4.5.2",
"dompurify": "^2.5.5",
"dragscroll": "git+https://github.com/mfilser/dragscroll.git#4b9dd09a8ba835371cb4fc4090af42d21b81174b",
"dragscroll": "git+https://github.com/mfilser/dragscroll.git#9d1025cc168b314430566d405135d0c17f774944",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"fibers": "^5.0.3",