mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: linter
This commit is contained in:
@@ -153,7 +153,7 @@ function getDragDropTarget({
|
|||||||
interface StartDragParams
|
interface StartDragParams
|
||||||
extends Omit<
|
extends Omit<
|
||||||
ElementDragState,
|
ElementDragState,
|
||||||
"isDragging" | "currentTime" | "currentMouseY"
|
"isDragging" | "currentTime" | "currentMouseY" | "dragElementIds" | "dragTimeOffsets"
|
||||||
> {
|
> {
|
||||||
initialCurrentTime: number;
|
initialCurrentTime: number;
|
||||||
initialCurrentMouseY: number;
|
initialCurrentMouseY: number;
|
||||||
@@ -177,6 +177,7 @@ export function useElementInteraction({
|
|||||||
...sceneTracks.audio,
|
...sceneTracks.audio,
|
||||||
];
|
];
|
||||||
const {
|
const {
|
||||||
|
selectedElements,
|
||||||
isElementSelected,
|
isElementSelected,
|
||||||
selectElement,
|
selectElement,
|
||||||
handleElementClick: handleSelectionClick,
|
handleElementClick: handleSelectionClick,
|
||||||
|
|||||||
Reference in New Issue
Block a user