Skip to content

Commit

Permalink
Merge pull request #1497 from KanoComputing/rc
Browse files Browse the repository at this point in the history
Rc to prod
  • Loading branch information
pazdera authored Apr 6, 2018
2 parents 62468fd + ba2520c commit 613b9d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/elements/kano-share-modal/kano-share-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,9 +766,7 @@ <h2>[[localize('SAVED', 'Saved')]]</h2>
},
_onAppReady () {
/* setTimeout required on Safari */
if (!this.shareInfo.image) {
setTimeout(this._generateAppGif.bind(this), 0);
}
setTimeout(this._generateAppGif.bind(this), 0);
},
_generateAppGif () {
let workspace = this.$['app-preview'].getWorkspace(),
Expand Down

0 comments on commit 613b9d7

Please sign in to comment.