fix: keep file navigation scoped to each pane

This commit is contained in:
ngfchl
2026-07-18 10:34:12 +08:00
parent b975873f3b
commit acab1da344
+1 -6
View File
@@ -824,12 +824,7 @@ class _CloudToolbar extends ConsumerWidget {
final notifier = ref.read(fileProvider.notifier);
return Row(
children: [
Expanded(
child: BreadcrumbBar(
path: state.folderPath,
onNavigate: notifier.navigateToPathIndex,
),
),
const Spacer(),
SortMenu(
currentSort: state.serverSort,
currentDirection: state.serverSortDirection,