Fix accessing subtitles and playback data

This commit is contained in:
Cameron 2020-09-01 09:47:30 +01:00
parent 924e8df815
commit fec7315763

View File

@ -375,7 +375,7 @@ import 'scrollStyles';
dlg.setAttribute('data-lockscroll', 'true');
}
if (options.enableHistory !== false) {
if (options.enableHistory === true) {
dlg.setAttribute('data-history', 'true');
}