Fix file browser absolute path copy (#860)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { FileEntry } from '@/api/hermes/files'
|
||||
|
||||
export function getClipboardPathForEntry(entry: FileEntry): string {
|
||||
return entry.absolutePath || entry.path
|
||||
}
|
||||
Reference in New Issue
Block a user