From 77aed2c1263036fb0571cb12329e66386722de01 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Sat, 17 Aug 2024 08:07:37 -0400 Subject: [PATCH] Chore: dart format --- lib/src/editor/widgets/text/text_selection.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/editor/widgets/text/text_selection.dart b/lib/src/editor/widgets/text/text_selection.dart index f57038cf..a22d8c55 100644 --- a/lib/src/editor/widgets/text/text_selection.dart +++ b/lib/src/editor/widgets/text/text_selection.dart @@ -428,7 +428,7 @@ class EditorTextSelectionOverlay { ); if (builtMagnifier == null) return; - + _magnifierController.show( context: context, below: magnifierConfiguration.shouldDisplayHandlesInMagnifier