mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-24 04:20:12 +08:00
fix RichTextField desktop menu
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -5950,7 +5950,7 @@ class EditableTextState extends State<EditableText>
|
||||
child: Builder(
|
||||
builder: (BuildContext context) {
|
||||
return TextFieldTapRegion(
|
||||
groupId: widget.groupId,
|
||||
// groupId: widget.groupId,
|
||||
onTapOutside: _hasFocus
|
||||
? (PointerDownEvent event) => _onTapOutside(context, event)
|
||||
: null,
|
||||
|
||||
Reference in New Issue
Block a user