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(
|
children.add(InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
if (i == cur) return;
|
if (i == cur) return;
|
||||||
openMonitorInTheSameTab(i, gFFI, pi, false);
|
openMonitorInTheSameTab(i, gFFI, pi, true);
|
||||||
gFFI.dialogManager.dismissAll();
|
gFFI.dialogManager.dismissAll();
|
||||||
},
|
},
|
||||||
child: Ink(
|
child: Ink(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user