fix: obx, no rx value (#8652)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
af66d2a73b
commit
02572e9032
@ -119,7 +119,7 @@ class _DesktopTabPageState extends State<DesktopTabPage>
|
|||||||
blockTab: _block,
|
blockTab: _block,
|
||||||
)));
|
)));
|
||||||
return isMacOS || kUseCompatibleUiMode
|
return isMacOS || kUseCompatibleUiMode
|
||||||
? Obx(() => tabWidget)
|
? tabWidget
|
||||||
: Obx(
|
: Obx(
|
||||||
() => DragToResizeArea(
|
() => DragToResizeArea(
|
||||||
resizeEdgeSize: stateGlobal.resizeEdgeSize.value,
|
resizeEdgeSize: stateGlobal.resizeEdgeSize.value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user