Merge pull request #1882 from Camc314/patch-2

Fix accessing subtitles and playback data actionsheets
This commit is contained in:
dkanada
2020-09-02 12:31:42 +09:00
committed by GitHub
+1 -1
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');
}