Skip to content

Commit

Permalink
Add TODO comment #3
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Dec 25, 2017
1 parent 56aef62 commit 8e5f413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dna-of-forests/components/page/guide/panorama.vue
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export default Vue.extend({
},
beforeDestroy: function() {
// Fix for video loading error when reload panorama view
// TODO: Find better way
if(document.querySelector('body.safari')){
var video = document.getElementById(`video_${this.$route.params.forest}`);
document.body.removeChild(video);
Expand Down

0 comments on commit 8e5f413

Please sign in to comment.