idle
This commit is contained in:
@@ -34,7 +34,7 @@ class _FileExplorerState extends State<FileExplorer> {
|
||||
final parts = path.split('/').where((p) => p.isNotEmpty).toList();
|
||||
if (parts.isEmpty) return '/';
|
||||
parts.removeLast();
|
||||
return '/' + parts.join('/');
|
||||
return '/${parts.join('/')}';
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user