some cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-05-11 17:37:44 +03:00
parent 4f84e31a83
commit 1ddaf62b73

View File

@ -334,12 +334,13 @@ module.makeUIContainer = function(make){
// and keys are no longer tracked... // and keys are no longer tracked...
// XXX is this the right way to go??? // XXX is this the right way to go???
// To reproduce: // To reproduce:
// - alt-F // - comment this line and .focus() in return...
// - /load -> serach // - alt-F
// - Enter -> loads demo data but the viewer // - /load -> serach
// is in a state where the window // - Enter -> loads demo data but the viewer
// is in focus but keys are not // is in a state where the window
// tracked... // is in focus but keys are not
// tracked...
: that.ribbons.viewer.focus() : that.ribbons.viewer.focus()
}) })
// Compensate for click focusing the parent dialog when // Compensate for click focusing the parent dialog when