Fix, wrong argument of mobile updating cursor position

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-12-02 21:52:54 +08:00
parent 99ed1b729e
commit 3958090e0f

View File

@ -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(