Add another hacky fix for iOS
This commit is contained in:
parent
df75622fda
commit
3045faaed8
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
const Settings = () => html`
|
||||||
<section class="stickerpack settings" id="pack-settings" data-pack-id="settings">
|
<section class="stickerpack settings" id="pack-settings" data-pack-id="settings">
|
||||||
|
|
Loading…
Add table
Reference in a new issue