From 5e07224b4bf5010b96f745441b6ee4c213d3fb81 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 24 May 2021 11:26:11 +0200 Subject: dragging keyframe affects timeline :tada: --- components/icons.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/icons.tsx b/components/icons.tsx index 50bf8f0..f8d6668 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -1,5 +1,4 @@ -import { Ref } from 'react'; -import { keyframeTypes } from '../timeline'; +import { slideTypes } from '../timeline'; export function PressureIcon() { return @@ -117,7 +116,7 @@ export function PressureIcon() { } export function SlideKeyframe(props: { - type: keyframeTypes; + type: slideTypes; loopEnd?: boolean; }) { return