Skip to content

Commit

Permalink
fix: invalid setter for animation timing func
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSharkov committed Jan 16, 2022
1 parent b8e851a commit 3fc5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SidebarLeft.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function visualTimingFnEditor() {
props: {
preset: $currentProjectStore.timingFunc || undefined,
apply(timingFn) {
$currentProject.changeStepTimingFunc(timingFn)
$currentProject.changeTimingFunc(timingFn)
},
},
})
Expand Down

0 comments on commit 3fc5696

Please sign in to comment.