mirror of https://github.com/apache/nifi.git
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: {
|
handler: {
|
||||||
close: function () {
|
close: function () {
|
||||||
labelId = '';
|
labelId = '';
|
||||||
|
},
|
||||||
|
open: function () {
|
||||||
|
$('#label-value').focus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue