diff --git a/lib/features/composer/presentation/controller/rich_text_web_controller.dart b/lib/features/composer/presentation/controller/rich_text_web_controller.dart index fa507b613..476c64342 100644 --- a/lib/features/composer/presentation/controller/rich_text_web_controller.dart +++ b/lib/features/composer/presentation/controller/rich_text_web_controller.dart @@ -186,9 +186,6 @@ class RichTextWebController extends BaseRichTextController { final newCodeViewState = isActivated ? CodeViewState.disabled : CodeViewState.enabled; codeViewState.value = newCodeViewState; editorController.toggleCodeView(); - if (isActivated) { - editorController.setFullScreen(); - } } void applyHeaderStyle(HeaderStyleType? newStyle) {