Skip to content
Extraits de code Groupes Projets
Valider 3045faae rédigé par Tulir Asokan's avatar Tulir Asokan
Parcourir les fichiers

Add another hacky fix for iOS

parent df75622f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -169,7 +169,7 @@ class App extends Component { ...@@ -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">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter