mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
$evalAsync() does not necessarily guarantee execution within a timer; the provided function may well execute after the current $digest loop without control returning to the browser. If we need a timer to ensure focus() behaves reliably, we should explicitly use one via $timeout.