Skip to content

Commit

Permalink
Fix #36 File delete totally broke
Browse files Browse the repository at this point in the history
  • Loading branch information
glenne committed Jul 21, 2024
1 parent 2a18cae commit 54357ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/FileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { useRef } from 'react';
import { setDialogConfig } from './util/ConfirmDialog';
import { UseDatum } from 'react-usedatum';
import { showErrorDialog } from './util/ErrorDialog';
import { moveToFileIndex } from './video/FileScrubber';
import { replaceFileSuffix } from './util/Util';
import { moveToFileIndex } from './video/VideoUtils';

interface FileListProps {
height: number;
Expand Down

0 comments on commit 54357ee

Please sign in to comment.