mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed remote desktop multi-display bug.
This commit is contained in:
parent
01905e9fd5
commit
54d7373a0e
4 changed files with 9 additions and 42946 deletions
|
@ -2231,11 +2231,7 @@ function createMeshCore(agent) {
|
|||
break;
|
||||
}
|
||||
case 'cancelfindfile': {
|
||||
if (this._search)
|
||||
{
|
||||
this._search.cancel();
|
||||
this._search = null;
|
||||
}
|
||||
if (this._search) { this._search.cancel(); this._search = null; }
|
||||
}
|
||||
case 'download': {
|
||||
// Download a file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue