From bbb56ff94f2c9de63c9eec671de903e179fb54e4 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 10 Aug 2021 17:55:06 +0200 Subject: [PATCH] Fixed the bug where Next/Prev keyframe buttons would capture keydown events --- .../DetailPanel/propEditors/utils/NextPrevKeyframeCursors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/DetailPanel/propEditors/utils/NextPrevKeyframeCursors.tsx b/theatre/studio/src/panels/DetailPanel/propEditors/utils/NextPrevKeyframeCursors.tsx index 5d8248b..0784b0a 100644 --- a/theatre/studio/src/panels/DetailPanel/propEditors/utils/NextPrevKeyframeCursors.tsx +++ b/theatre/studio/src/panels/DetailPanel/propEditors/utils/NextPrevKeyframeCursors.tsx @@ -34,7 +34,7 @@ const Container = styled.div` } ` -const Button = styled.button` +const Button = styled.div` background: none; position: relative; border: 0;