TF-166 [BUG] Fix can not scroll to the end of composer
This commit is contained in:
@@ -27,7 +27,6 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
controller.htmlEditorApi?.unfocus();
|
controller.htmlEditorApi?.unfocus();
|
||||||
},
|
},
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
resizeToAvoidBottomInset: false,
|
|
||||||
backgroundColor: AppColor.primaryLightColor,
|
backgroundColor: AppColor.primaryLightColor,
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
right: false,
|
right: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user