pl-fe: disable compat check

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-18 14:18:36 +01:00
parent 8e793ad063
commit 81aebd2d2a

View File

@ -2,6 +2,7 @@
// the WebKit-prefixed APIs currently (as of Edge 16).
const isFullscreen = (): boolean => Boolean(
// eslint-disable-next-line compat/compat
document.fullscreenElement ||
// @ts-ignore
document.webkitFullscreenElement,