Skip to content

Commit 68cd612

Browse files
committed
fix(timeline): handle resize
1 parent 89564d6 commit 68cd612

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
@@ -1171,6 +1171,8 @@ export default defineComponent({
11711171
11721172
function onResize () {
11731173
app.view.style.opacity = '0'
1174+
// @ts-expect-error PIXI type is missing queueResize
1175+
app.queueResize()
11741176
queueEventsUpdate()
11751177
drawLayerBackgroundEffects()
11761178
drawTimeCursor()

0 commit comments

Comments
 (0)