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