Skip to content

Commit 1b1d1d0

Browse files
committed
fix: cannot set visible of null
1 parent 6ad6ecf commit 1b1d1d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/app-frontend/src/features/timeline/TimelineView.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,8 @@ export default defineComponent({
506506
function runEventPositionUpdate () {
507507
let event: TimelineEvent
508508
while ((event = updateEventPositionQueue.shift())) {
509+
if (!event.container) continue
510+
509511
// Ignored
510512
const ignored = isEventIgnored(event)
511513
event.container.visible = !ignored

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy