Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fd7f13c2 authored by Robin Tissot's avatar Robin Tissot
Browse files

Fixes transcription panel content not appearing on page load anymore.

parent e31283c0
Branches
Tags
No related merge requests found
...@@ -14,6 +14,7 @@ const VisuPanel = BasePanel.extend({ ...@@ -14,6 +14,7 @@ const VisuPanel = BasePanel.extend({
Vue.nextTick(function() { Vue.nextTick(function() {
this.$parent.zoom.register(this.$el.querySelector('#visu-zoom-container'), this.$parent.zoom.register(this.$el.querySelector('#visu-zoom-container'),
{map: true}); {map: true});
this.refresh();
}.bind(this)); }.bind(this));
}, },
methods: { methods: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment