diff --git a/packages/fleather/lib/src/widgets/editor.dart b/packages/fleather/lib/src/widgets/editor.dart index 889f44bb..c01c0256 100644 --- a/packages/fleather/lib/src/widgets/editor.dart +++ b/packages/fleather/lib/src/widgets/editor.dart @@ -748,13 +748,13 @@ class RawEditor extends StatefulWidget { abstract class EditorState extends State implements TextSelectionDelegate { @override - bool lookUpEnabled = true; + bool lookUpEnabled = false; @override - bool shareEnabled = true; + bool shareEnabled = false; @override - bool searchWebEnabled = true; + bool searchWebEnabled = false; ClipboardStatusNotifier? get clipboardStatus;