theatre-js / theatre

Motion design editor for the web
https://www.theatrejs.com
Apache License 2.0
10.86k stars 338 forks source link

fix(CurveEditor): error when copy/pasting eases #417

Closed tomorrowevening closed 10 months ago

tomorrowevening commented 1 year ago

Fixes the bug when a user copies the easing preset and tries pasting it somewhere else:

Uncaught TypeError: Cannot read properties of undefined (reading 'target') at onInputChange (CurveEditorPopover.tsx:178:21)

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
theatre-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2023 11:16am
AriaMinaei commented 10 months ago

Thanks @tomorrowevening!