File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
lib/features/composer/presentation/mixin Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,16 @@ import 'package:tmail_ui_user/features/composer/presentation/controller/rich_tex
99import 'package:tmail_ui_user/features/composer/presentation/widgets/mixins/text_selection_mixin.dart' ;
1010
1111mixin AIScribeInComposerMixin {
12- // Fields
1312 final editorTextSelection = Rxn <EditorTextSelection >();
1413 final GlobalKey aiScribeButtonKey = GlobalKey ();
1514
16- // Abstract getters for dependencies
1715 RichTextWebController ? get richTextWebController;
1816 RichTextMobileTabletController ? get richTextMobileTabletController;
1917 ImagePaths get imagePaths;
2018 GenerateAITextInteractor get generateAITextInteractor;
2119
22- // Abstract methods
2320 Future <String > getTextOnlyContentInEditor ();
2421
25- // Methods
2622 void insertTextInEditor (String text) {
2723 final htmlContent = text.replaceAll ('\n ' , '<br>' );
2824
You can’t perform that action at this time.
0 commit comments