Merge pull request #25 from andrewckor/playhead-browse

Implement click-to-seek functionality in timeline
This commit is contained in:
iza
2025-06-24 08:00:20 +03:00
committed by GitHub
4 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,4 @@
/* Prevent scroll jumping on Mac devices when using the editor */
body {
overflow: hidden;
}

View File

@ -1,6 +1,7 @@
"use client";
import { useEffect } from "react";
import "./editor.css";
import {
ResizablePanelGroup,
ResizablePanel,