fix build error
This commit is contained in:
@@ -1417,7 +1417,7 @@ import { appRouter } from '../../../components/appRouter';
|
||||
passive: true
|
||||
});
|
||||
|
||||
dom.addEventListener(view, 'dblclick', function () {
|
||||
dom.addEventListener(view, 'dblclick', (e) => {
|
||||
if (e.target !== view) return;
|
||||
playbackManager.toggleFullscreen(currentPlayer);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user