fix LoadedSpaceView

This commit is contained in:
mohammad
2025-03-09 14:54:13 +03:00
parent 8359642a1a
commit e8e5e9bcb7

View File

@ -80,7 +80,7 @@ class _LoadedSpaceViewState extends State<LoadedSpaceView> {
clipBehavior: Clip.none,
children: [
widget.shouldNavigateToSpaceModelPage
? _spaceModels.isNotEmpty
// ? _spaceModels.isNotEmpty
? Row(
children: [
SizedBox(width: 300, child: SpaceTreeView(onSelect: () {})),
@ -99,7 +99,7 @@ class _LoadedSpaceViewState extends State<LoadedSpaceView> {
),
],
)
: const Center(child: CircularProgressIndicator())
// : const Center(child: CircularProgressIndicator())
: Row(
children: [
SidebarWidget(