TF-1371 Remove unnecessary setFullScreen
(cherry picked from commit 163f04a89301a6bcc225f6f07a0445d0093f2ff3)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user