mirror of
https://github.com/maunium/stickerpicker.git
synced 2025-07-16 22:13:30 +02:00
Add another hacky fix for iOS
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user