fix: obx, no rx value (#8652)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
af66d2a73b
commit
02572e9032
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ class _DesktopTabPageState extends State<DesktopTabPage>
|
|||
blockTab: _block,
|
||||
)));
|
||||
return isMacOS || kUseCompatibleUiMode
|
||||
? Obx(() => tabWidget)
|
||||
? tabWidget
|
||||
: Obx(
|
||||
() => DragToResizeArea(
|
||||
resizeEdgeSize: stateGlobal.resizeEdgeSize.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue