diff --git a/src/plugins/events/mixins/eventData.js b/src/plugins/events/mixins/eventData.js index 3108413653..2bbe03f6ec 100644 --- a/src/plugins/events/mixins/eventData.js +++ b/src/plugins/events/mixins/eventData.js @@ -153,7 +153,7 @@ export default { return; } - this.bounds = bounds; // setting bounds for EventryView watcher + this.bounds = bounds; }, timeSystemChanged() { this.timeSystem = this.timeContext.getTimeSystem();