mirror of
https://github.com/apache/nifi.git
synced 2025-02-16 15:06:00 +00:00
NIFI-4119 - Improve UX of canvas label configuration by providing immediate focus to value field
This closes #1940. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
c37aed4de2
commit
202eb5ccbe
@ -128,6 +128,9 @@
|
||||
handler: {
|
||||
close: function () {
|
||||
labelId = '';
|
||||
},
|
||||
open: function () {
|
||||
$('#label-value').focus();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user