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 9c645cb commit 993a5b2Copy full SHA for 993a5b2
packages/app-frontend/src/features/timeline/TimelineView.vue
@@ -251,7 +251,7 @@ export default defineComponent({
251
interactionDrawScheduled = false
252
draw()
253
}
254
- }, 300)
+ }, 500)
255
256
257
watch(startTime, blockInteractionDraw)
@@ -415,6 +415,8 @@ export default defineComponent({
415
} else {
416
layerHoverEffect.visible = false
417
418
+
419
+ interactionDraw()
420
421
422
function drawLayerBackground (layerId: Layer['id'], alpha = 1) {
0 commit comments