mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Fixed remote desktop multi-display bug.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user