1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Backport pull request #6433 from jellyfin-web/release-10.10.z

Fix main tab manager crash in experimental layout

Original-merge: 700e72b409

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: thornbill <thornbill@users.noreply.github.com>
This commit is contained in:
thornbill 2025-01-22 03:12:49 -05:00
parent d974ac47d9
commit bcae4477b4
3 changed files with 27 additions and 5 deletions

View file

@ -58,6 +58,8 @@ function renderHeader() {
skinHeader.classList.add('skinHeader-blurred');
skinHeader.innerHTML = html;
Events.trigger(document, EventType.HEADER_RENDERED);
headerBackButton = skinHeader.querySelector('.headerBackButton');
headerHomeButton = skinHeader.querySelector('.headerHomeButton');
mainDrawerButton = skinHeader.querySelector('.mainDrawerButton');