mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-12 07:09:59 +00:00
feat: add Studio NLE playback controls
This commit is contained in:
@@ -33,7 +33,11 @@ export const NLEPreview = memo(function NLEPreview({
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-full min-h-0">
|
||||
<div className="flex-1 flex items-center justify-center p-2 overflow-hidden min-h-0">
|
||||
<div
|
||||
className="flex-1 flex items-center justify-center p-2 overflow-hidden min-h-0 outline-none focus:ring-1 focus:ring-studio-accent/40"
|
||||
tabIndex={0}
|
||||
aria-label="Composition preview"
|
||||
>
|
||||
<Player
|
||||
key={playerKey}
|
||||
ref={iframeRef}
|
||||
|
||||
Reference in New Issue
Block a user