mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
tmp commit
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
d6f1abad95
commit
06ee68f836
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ class InputModel {
|
|||
if (pos == null) {
|
||||
return;
|
||||
}
|
||||
evt['x'] = '${pos.x}}';
|
||||
evt['x'] = '${pos.x}';
|
||||
evt['y'] = '${pos.y}';
|
||||
|
||||
Map<int, String> mapButtons = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue