Fix, wrong argument of mobile updating cursor position
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
99ed1b729e
commit
3958090e0f
@ -787,7 +787,7 @@ void showOptions(
|
||||
children.add(InkWell(
|
||||
onTap: () {
|
||||
if (i == cur) return;
|
||||
openMonitorInTheSameTab(i, gFFI, pi, false);
|
||||
openMonitorInTheSameTab(i, gFFI, pi, true);
|
||||
gFFI.dialogManager.dismissAll();
|
||||
},
|
||||
child: Ink(
|
||||
|
Loading…
x
Reference in New Issue
Block a user