1
0
Fork 1
mirror of https://github.com/maunium/stickerpicker synced 2024-09-18 00:20:52 +00:00

Add another hacky fix for iOS

This commit is contained in:
Tulir Asokan 2020-09-10 15:28:38 +03:00
parent df75622fda
commit 3045faaed8

View file

@ -169,7 +169,7 @@ class App extends Component {
}
}
const reload = () => window.location.reload()
const reload = () => isMobileSafari ? (window.location.href = window.location.href) : window.location.reload()
const Settings = () => html`
<section class="stickerpack settings" id="pack-settings" data-pack-id="settings">