We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad6ecf commit 1b1d1d0Copy full SHA for 1b1d1d0
packages/app-frontend/src/features/timeline/TimelineView.vue
@@ -506,6 +506,8 @@ export default defineComponent({
506
function runEventPositionUpdate () {
507
let event: TimelineEvent
508
while ((event = updateEventPositionQueue.shift())) {
509
+ if (!event.container) continue
510
+
511
// Ignored
512
const ignored = isEventIgnored(event)
513
event.container.visible = !ignored
0 commit comments