mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Enable history for dialog hash
This commit is contained in:
parent
2edf4661d5
commit
e302fbfb73
@ -379,7 +379,7 @@ import '../../assets/css/scrollstyles.scss';
|
||||
dlg.setAttribute('data-lockscroll', 'true');
|
||||
}
|
||||
|
||||
if (options.enableHistory === true) {
|
||||
if (options.enableHistory !== false) {
|
||||
dlg.setAttribute('data-history', 'true');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user