TF1528: Remove set FullScreen for Vacation Web
(cherry picked from commit d03b31d2282b0a3f759152954e78e6462c8b5492)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user