mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2026-03-22 05:31:35 +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.