From cb1be99d21a16f5cb914cc738af8516d31494c64 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 13 Jul 2024 21:47:00 +0300 Subject: [PATCH] chore: add a new todo for QuillRawEditorState --- lib/src/widgets/raw_editor/raw_editor_state.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/src/widgets/raw_editor/raw_editor_state.dart b/lib/src/widgets/raw_editor/raw_editor_state.dart index 9f175d3b..dd003dc1 100644 --- a/lib/src/widgets/raw_editor/raw_editor_state.dart +++ b/lib/src/widgets/raw_editor/raw_editor_state.dart @@ -540,10 +540,7 @@ class QuillRawEditorState extends EditorState maxHeight: widget.configurations.maxHeight ?? double.infinity, ); - // Please notice that this change will make the check fixed - // so if we ovveride the platform in material app theme data - // it will not depend on it and doesn't change here but I don't think - // we need to + // TODO: Review this and decide if we should for macOS on the browser or not final isDesktopMacOS = isMacOS(supportWeb: true); return TextFieldTapRegion(