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: []),
|
defaultToolbarButtons: []),
|
||||||
otherOptions: const html_editor_browser.OtherOptions(height: 150),
|
otherOptions: const html_editor_browser.OtherOptions(height: 150),
|
||||||
callbacks: html_editor_browser.Callbacks(
|
callbacks: html_editor_browser.Callbacks(
|
||||||
onInit: () {
|
onChangeSelection: (settings) {
|
||||||
controller.richTextControllerForWeb.setFullScreenEditor();
|
|
||||||
}, onChangeSelection: (settings) {
|
|
||||||
controller.richTextControllerForWeb.onEditorSettingsChange(settings);
|
controller.richTextControllerForWeb.onEditorSettingsChange(settings);
|
||||||
}, onChangeContent: (String? changed) {
|
}, onChangeContent: (String? changed) {
|
||||||
controller.updateMessageHtmlText(changed);
|
controller.updateMessageHtmlText(changed);
|
||||||
|
|||||||
Reference in New Issue
Block a user