array focus on main element

This commit is contained in:
Yuri Kuznetsov
2024-01-23 14:10:47 +02:00
parent 69fbf9d1ad
commit 726ecefd55
+1 -1
View File
@@ -185,7 +185,7 @@ class ArrayFieldView extends BaseFieldView {
return;
}
const $input = this.$el.find('input');
const $input = this.$el.find('input.main-element');
if ($input[0]) {
// noinspection JSUnresolvedReference