Implement click-to-seek functionality in timeline

This commit is contained in:
Andrew Kordampalos
2025-06-23 22:17:36 +03:00
parent fddbecc736
commit 2a1ac8fcf7
4 changed files with 25 additions and 2 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,