mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Moved hide cursor according to review
This commit is contained in:
parent
d7526d955d
commit
f254a71572
1 changed files with 1 additions and 2 deletions
|
@ -368,6 +368,7 @@ import 'css!assets/css/videoosd';
|
|||
function hideOsd() {
|
||||
slideUpToHide(headerElement);
|
||||
hideMainOsdControls();
|
||||
mouseManager.hideCursor();
|
||||
}
|
||||
|
||||
function toggleOsd() {
|
||||
|
@ -437,8 +438,6 @@ import 'css!assets/css/videoosd';
|
|||
clearHideAnimationEventListeners(elem);
|
||||
elem.classList.add('videoOsdBottom-hidden');
|
||||
|
||||
mouseManager.hideCursor();
|
||||
|
||||
dom.addEventListener(elem, transitionEndEventName, onHideAnimationComplete, {
|
||||
once: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue