From fc59ee6e93d3f20ffa4016bd0583eef9432716e0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 25 Feb 2026 19:14:32 +0200 Subject: [PATCH] chore(mobile): fix warnings in mobile_editor_toolbar --- .../src/widgets/type_widgets/text/mobile_editor_toolbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/text/mobile_editor_toolbar.tsx b/apps/client/src/widgets/type_widgets/text/mobile_editor_toolbar.tsx index 2d40315525..063f500574 100644 --- a/apps/client/src/widgets/type_widgets/text/mobile_editor_toolbar.tsx +++ b/apps/client/src/widgets/type_widgets/text/mobile_editor_toolbar.tsx @@ -70,7 +70,7 @@ function usePositioningOniOS(enabled: boolean, wrapperRef: MutableRef { if (!isIOS() || !enabled) return; @@ -82,7 +82,7 @@ function usePositioningOniOS(enabled: boolean, wrapperRef: MutableRef