Focus tray body when edit dialog opened

This commit is contained in:
Nick O'Leary 2016-11-08 09:58:20 +00:00
parent f9e09e87d6
commit 9c675a7847
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ RED.tray = (function() {
// Delay resetting the flag, so we don't close prematurely
openingTray = false;
},200);
body.find(":focusable:first").focus();
},150);
el.css({right:0});
},0);