fix: obx, no rx value (#8652)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou 2024-07-08 21:51:16 +08:00 committed by GitHub
parent af66d2a73b
commit 02572e9032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,7 +119,7 @@ class _DesktopTabPageState extends State<DesktopTabPage>
blockTab: _block,
)));
return isMacOS || kUseCompatibleUiMode
? Obx(() => tabWidget)
? tabWidget
: Obx(
() => DragToResizeArea(
resizeEdgeSize: stateGlobal.resizeEdgeSize.value,