1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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);