Fullscreen aria-pressed event listened fix for Chrome
This commit is contained in:
parent
88d766aeae
commit
042b1a8294
@ -90,7 +90,7 @@ class Fullscreen {
|
|||||||
static get prefix() {
|
static get prefix() {
|
||||||
// No prefix
|
// No prefix
|
||||||
if (utils.is.function(document.exitFullscreen)) {
|
if (utils.is.function(document.exitFullscreen)) {
|
||||||
return false;
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for fullscreen support by vendor prefix
|
// Check for fullscreen support by vendor prefix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user