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