TF-1371 Remove unnecessary setFullScreen

(cherry picked from commit 163f04a89301a6bcc225f6f07a0445d0093f2ff3)
This commit is contained in:
dab246
2023-03-15 10:10:32 +07:00
committed by Dat Vu
parent 5eb61a87a3
commit 2899e38555
@@ -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) {