mirror of
https://github.com/maunium/stickerpicker.git
synced 2024-11-10 05:37:22 +01:00
Add another hacky fix for iOS
This commit is contained in:
parent
df75622fda
commit
3045faaed8
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user