Skip to content

@remotion/studio: Drop Canvas layers at current time#9549

Merged
JonnyBurger merged 4 commits into
mainfrom
codex/drop-canvas-assets-at-current-time
Jul 24, 2026
Merged

@remotion/studio: Drop Canvas layers at current time#9549
JonnyBurger merged 4 commits into
mainfrom
codex/drop-canvas-assets-at-current-time

Conversation

@JonnyBurger

Copy link
Copy Markdown
Member

Summary

  • insert layers dropped onto the Studio Canvas at the current playhead frame
  • keep existing Canvas positioning behavior unchanged

Testing

  • bun run build
  • bun run stylecheck

Closes #9306

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment Jul 24, 2026 7:51am
remotion Ready Ready Preview, Comment Jul 24, 2026 7:51am

Request Review

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — drops Canvas layers at the current playhead frame instead of from the beginning, by threading timelinePosition into the existing from parameter of handleDrop.

  • Pass timelinePosition as from in canvas drop handler — changes from: null to from: timelinePosition so dropped assets are placed at the current playhead frame.

Pullfrog  | View workflow run | Using DeepSeek Pro (free via Pullfrog for OSS) (Claude Opus not used — the program covers this model; add its provider key to run your pick) | 𝕏

@JonnyBurger
JonnyBurger merged commit 29435c7 into main Jul 24, 2026
18 checks passed
@JonnyBurger
JonnyBurger deleted the codex/drop-canvas-assets-at-current-time branch July 24, 2026 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dragging in a layer into the Studio should drop it in at the current time

1 participant