Skip to content

Commit

Permalink
add explanatory comment
Browse files Browse the repository at this point in the history
  • Loading branch information
OothecaPickle committed Nov 10, 2024
1 parent 3640bac commit be03b8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2382,6 +2382,8 @@ export default defineComponent({

window.addEventListener('beforeunload', stopPowerSaveBlocker)

// shaka-player doesn't start with the cursor hidden, so hide it here for instances in which the
// cursor is in the video player area when the video first loads
container.value.classList.add('no-cursor')

await performFirstLoad()
Expand Down

0 comments on commit be03b8b

Please sign in to comment.