We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1860f15 commit 543393bCopy full SHA for 543393b
src/visualizations/VisTimeline.vue
@@ -165,8 +165,7 @@ export default {
165
return;
166
} else if (properties.items.length == 1) {
167
const event = this.chartData[properties.items[0]][6];
168
- const groupId = this.items[properties.items[0]].group;
169
- const bucketId = _.find(this.groups, g => g.id == groupId).content;
+ const bucketId = this.items[properties.items[0]].group;
170
171
// We retrieve the full event to ensure if's not cut-off by the query range
172
// See: https://github.com/ActivityWatch/aw-webui/pull/320#issuecomment-1056921587
0 commit comments