TF1528: Remove func set Full Screen not use
(cherry picked from commit aa63031d5943dd5b61212de26fc7b2a1adf8dcb3)
This commit is contained in:
@@ -174,10 +174,6 @@ class RichTextWebController extends BaseRichTextController {
|
||||
|
||||
Future<bool> get isActivatedCodeView => editorController.isActivatedCodeView();
|
||||
|
||||
void setFullScreenEditor() {
|
||||
editorController.setFullScreen();
|
||||
}
|
||||
|
||||
void setEnableCodeView() async {
|
||||
final isActivated = await isActivatedCodeView;
|
||||
if (codeViewEnabled && !isActivated) {
|
||||
@@ -191,7 +187,6 @@ class RichTextWebController extends BaseRichTextController {
|
||||
codeViewState.value = newCodeViewState;
|
||||
editorController.toggleCodeView();
|
||||
if (isActivated) {
|
||||
setFullScreenEditor();
|
||||
editorController.setFullScreen();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user