Skip to content

Commit

Permalink
Update call to Events.$emit
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Feb 13, 2025
1 parent af60a08 commit 9716472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/videos/videoContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ export default {
Messages.danger('Current versions of the Firefox browser may not show the correct video frame for a given time. Annotations may be placed incorrectly. Please consider using Chrome until the issue is fixed in Firefox. Learn more on https://github.com/biigle/core/issues/391.');
}
Events.$emit('videos.map.init', this.$refs.videoScreen.map);
Events.emit('videos.map.init', this.$refs.videoScreen.map);
},
};
</script>

0 comments on commit 9716472

Please sign in to comment.