TF1528: Remove set FullScreen for Vacation Web

(cherry picked from commit d03b31d2282b0a3f759152954e78e6462c8b5492)
This commit is contained in:
HuyNguyen
2023-03-14 13:31:54 +07:00
committed by Dat Vu
parent db5fa65362
commit 255fb4e817
@@ -450,9 +450,7 @@ class VacationView extends GetWidget<VacationController> with RichTextButtonMixi
defaultToolbarButtons: []),
otherOptions: const html_editor_browser.OtherOptions(height: 150),
callbacks: html_editor_browser.Callbacks(
onInit: () {
controller.richTextControllerForWeb.setFullScreenEditor();
}, onChangeSelection: (settings) {
onChangeSelection: (settings) {
controller.richTextControllerForWeb.onEditorSettingsChange(settings);
}, onChangeContent: (String? changed) {
controller.updateMessageHtmlText(changed);