Fix smart annotation popup selection [SCI-10932]

This commit is contained in:
Andrej 2024-11-27 07:59:52 +01:00
parent 50841de953
commit 087a39d1cb

View file

@ -64,7 +64,7 @@ var SmartAnnotation = (function() {
$('.atwho-header-res').css({ 'pointer-events': 'none' });
}, 250);
var $currentAtWho = $(`.atwho-view[data-at-who-id=${$(field).attr('data-smart-annotation')}]`);
var $currentAtWho = $(`.atwho-view[data-at-who-id=${$(field).attr('data-smart-annotation')}]`).last();
var filterType;
var params = { query: query };
filterType = FilterTypeEnum[$currentAtWho.find('.tab-pane.active').data('object-type')];