aboutsummaryrefslogtreecommitdiff
path: root/pages/editor.tsx
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-25 15:54:01 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-25 15:54:01 +0200
commitb6d87316ff5e51727b2548305983cca027fed069 (patch)
tree786f928979ab22289faf6cd6f28eba9f933154d8 /pages/editor.tsx
parent422e383eeff10074d56bdb52ecf2103be3719a57 (diff)
fix loop offset / ghost placement
Diffstat (limited to 'pages/editor.tsx')
-rw-r--r--pages/editor.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/editor.tsx b/pages/editor.tsx
index a490e9b..29e409e 100644
--- a/pages/editor.tsx
+++ b/pages/editor.tsx
@@ -596,7 +596,7 @@ function GhostLoop(props: {
begin: number;
end: number;
}) {
- return <div className='keyframeWrapper ghost posabs abscenterh'>
+ return <div className='keyframeWrapper ghost posabs'>
<div
style={{
'--begin': props.begin,