Fixed the bug where Next/Prev keyframe buttons would capture keydown events
This commit is contained in:
parent
1a8014be7f
commit
bbb56ff94f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const Container = styled.div`
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const Button = styled.button`
|
const Button = styled.div`
|
||||||
background: none;
|
background: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in a new issue