mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1480: Increase size of timing window when waiting for clipboard to settle.
This commit is contained in:
@@ -119,7 +119,7 @@ angular.module('client').factory('clipboardService', ['$injector',
|
||||
else
|
||||
deferred.reject();
|
||||
|
||||
}, 10);
|
||||
}, 100);
|
||||
|
||||
return deferred.promise;
|
||||
};
|
||||
|
Reference in New Issue
Block a user