diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-23 18:12:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-23 18:12:22 +0200 |
commit | 0c695c5c96d98e2daf6f3e98676282a6d688e039 (patch) | |
tree | 4d4181ec77efa4716ff3d7f73651c229d8cb63dd /client/yarn.lock | |
parent | 34398be4297852b6aecebe65dd33bded9187a0c9 (diff) | |
download | PeerTube-0c695c5c96d98e2daf6f3e98676282a6d688e039.tar.gz PeerTube-0c695c5c96d98e2daf6f3e98676282a6d688e039.tar.zst PeerTube-0c695c5c96d98e2daf6f3e98676282a6d688e039.zip |
Add a drag&drop delay on playlist videos to allow user scroll on small screens (#2154)
* Add delay on playlist element reordering to fix user scroll on mobile
Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* Upgrade @angular/cdk to include bugfix about drag&drop
Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
* add delay on playlist drag&drop on all touch screens
Signed-off-by: Julien Maulny <julien.maulny@protonmail.com>
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index 620d12bb2..8e1f28c75 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -118,7 +118,7 @@ | |||
118 | dependencies: | 118 | dependencies: |
119 | tslib "^1.9.0" | 119 | tslib "^1.9.0" |
120 | 120 | ||
121 | "@angular/cdk@^8.1.1": | 121 | "@angular/cdk@^8.2.3": |
122 | version "8.2.3" | 122 | version "8.2.3" |
123 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.2.3.tgz#16b96ffa935cbf5a646757ecaf2b19c434678f72" | 123 | resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-8.2.3.tgz#16b96ffa935cbf5a646757ecaf2b19c434678f72" |
124 | integrity sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA== | 124 | integrity sha512-ZwO5Sn720RA2YvBqud0JAHkZXjmjxM0yNzCO8RVtRE9i8Gl26Wk0j0nQeJkVm4zwv2QO8MwbKUKGTMt8evsokA== |