directory back up (parent) button + drag entry into parent to move
This commit is contained in:
@@ -5,5 +5,5 @@ export function useWarrenPath() {
|
||||
return null;
|
||||
}
|
||||
|
||||
return `${store.current.warrenId}/${store.current.path}`;
|
||||
return `${store.current.warrenId}${store.current.path}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user