|
|
@@ -212,9 +212,9 @@ class KeyboardGuidePage extends BasePage<KeyboardGuidePageController> {
|
|
|
// 输入框焦点
|
|
|
focusNode: controller.inputFocusNode,
|
|
|
// 点击外部区域,关闭软键盘
|
|
|
- onTapUpOutside: (event) {
|
|
|
- controller.inputFocusNode.unfocus();
|
|
|
- },
|
|
|
+ // onTapUpOutside: (event) {
|
|
|
+ // controller.inputFocusNode.unfocus();
|
|
|
+ // },
|
|
|
// 输入框控制器
|
|
|
controller: controller.editingController,
|
|
|
decoration: InputDecoration(
|