Skip to content

Commit 613b9d7

Browse files
authored
Merge pull request #1497 from KanoComputing/rc
Rc to prod
2 parents 62468fd + ba2520c commit 613b9d7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/elements/kano-share-modal/kano-share-modal.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,7 @@ <h2>[[localize('SAVED', 'Saved')]]</h2>
766766
},
767767
_onAppReady () {
768768
/* setTimeout required on Safari */
769-
if (!this.shareInfo.image) {
770-
setTimeout(this._generateAppGif.bind(this), 0);
771-
}
769+
setTimeout(this._generateAppGif.bind(this), 0);
772770
},
773771
_generateAppGif () {
774772
let workspace = this.$['app-preview'].getWorkspace(),

0 commit comments

Comments
 (0)