(filePath: string)
| 867 | }; |
| 868 | |
| 869 | const handleCopyRelativePath = (filePath: string) => { |
| 870 | navigator.clipboard.writeText(filePath); |
| 871 | }; |
| 872 | |
| 873 | const handleRevealInFinder = (filePath: string) => { |
| 874 | const absolutePath = `${worktreePath}/${filePath}`; |