TF-327 Fix cursor on header is buggy
This commit is contained in:
@@ -465,6 +465,11 @@ class ComposerView extends GetWidget<ComposerController> {
|
|||||||
}, onInit: () {
|
}, onInit: () {
|
||||||
log('ComposerView::_buildComposerEditor(): onInit');
|
log('ComposerView::_buildComposerEditor(): onInit');
|
||||||
controller.setFullScreenEditor();
|
controller.setFullScreenEditor();
|
||||||
|
}, onFocus: () {
|
||||||
|
FocusManager.instance.primaryFocus?.unfocus();
|
||||||
|
Future.delayed(const Duration(milliseconds: 500), () {
|
||||||
|
controller.htmlControllerBrowser.setFocus();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user