(filePath: string)
| 871 | }; |
| 872 | |
| 873 | const handleRevealInFinder = (filePath: string) => { |
| 874 | const absolutePath = `${worktreePath}/${filePath}`; |
| 875 | openInFinderMutation.mutate(absolutePath); |
| 876 | }; |
| 877 | |
| 878 | const handleOpenInEditor = (filePath: string) => { |
| 879 | const absolutePath = `${worktreePath}/${filePath}`; |