From 5c8ec5df702649d65c129ba9063962e485c2b07c Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 30 Sep 2024 12:29:37 +0300 Subject: [PATCH] Fix keydown in dataviewshape --- apps/common/main/lib/component/DataView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/component/DataView.js b/apps/common/main/lib/component/DataView.js index bbaa739801..8a8e059067 100644 --- a/apps/common/main/lib/component/DataView.js +++ b/apps/common/main/lib/component/DataView.js @@ -1626,7 +1626,7 @@ define([ '
', '<% _.each(group.groupStore.toJSON(), function(item, index) { %>', '<% if (!item.id) item.id = Common.UI.getId(); %>', - '
tabindex="<%= itemTabindex %>" <% } %> data-index="<%= index %>"<% if(!!item.tip) { %> data-toggle="tooltip" <% } %> ><%= itemTemplate(item) %>
', + '
tabindex="<%= itemTabindex %>" <% } %> data-index="<%= index %>"<% if(!!item.tip) { %> data-toggle="tooltip" <% } %> ><%= itemTemplate(item) %>
', '<% }); %>', '
', '', @@ -1927,7 +1927,7 @@ define([ var template = _.template([ '<% _.each(items, function(item, index) { %>', '<% if (!item.id) item.id = Common.UI.getId(); %>', - '
tabindex="<%= itemTabindex %>" <% } %> data-index="<%= index %>"<% if(!!item.tip) { %> data-toggle="tooltip" <% } %> ><%= itemTemplate(item) %>
', + '
tabindex="<%= itemTabindex %>" <% } %> data-index="<%= index %>"<% if(!!item.tip) { %> data-toggle="tooltip" <% } %> ><%= itemTemplate(item) %>
', '<% }) %>' ].join('')); me.cmpEl && me.cmpEl.find('.recent-items').html(template({