fix
This commit is contained in:
parent
b67d3f88b6
commit
1bd3505bd3
|
@ -90,8 +90,8 @@ document.addEventListener('touchend', () => {}, { passive: true });
|
||||||
|
|
||||||
// 一斉リロード
|
// 一斉リロード
|
||||||
reloadChannel.addEventListener('message', path => {
|
reloadChannel.addEventListener('message', path => {
|
||||||
if (path === 'reload')
|
if (path === 'reload') location.reload();
|
||||||
location.reload()
|
else location.href = path;
|
||||||
});
|
});
|
||||||
|
|
||||||
//#region SEE: https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
|
//#region SEE: https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
|
||||||
|
|
Loading…
Reference in New Issue