tamaina 2021-03-23 21:35:50 +09:00
parent aafafbaeb8
commit cbf885d05a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ if (defaultStore.state.reportError && !_DEV_) {
document.addEventListener('touchend', () => {}, { passive: true });
// 一斉リロード
reloadChannel.addEventListener('message', reload);
reloadChannel.addEventListener('message', shouldRedirectToRoot => reload(shouldRedirectToRoot));
//#region SEE: https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
// TODO: いつの日にか消したい