mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4805 from dmitrylyzo/slider-force-change
This commit is contained in:
commit
6f4a2b86a8
1 changed files with 7 additions and 0 deletions
|
@ -501,6 +501,13 @@ function onKeyDown(e) {
|
|||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
break;
|
||||
case 'Enter':
|
||||
if (this.keyboardDragging) {
|
||||
finishKeyboardDragging(this);
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue