]> git.proxmox.com Git - mirror_novnc.git/commit
Fix focus problem after closing the toolbar
authorAlex Tanskanen <aleta@cendio.com>
Thu, 12 Mar 2020 12:17:51 +0000 (13:17 +0100)
committerAlex Tanskanen <aleta@cendio.com>
Thu, 12 Mar 2020 12:17:51 +0000 (13:17 +0100)
commita040c402ed64fbbee67e69dc4787e6ea54a8a88c
tree47f64214cc1dcd615e19c0a5803126d5b881c3e8
parentc4633ab33377f690c6f5efcee7ede858a6c197db
Fix focus problem after closing the toolbar

Closing the toolbar would make the focus remain on the toolbar and
not in the session. The only way to switch focus was to click in the
session. This commit will automatically switch back focus to the session
after closing the toolbar.
app/ui.js