mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
Fix smart annotation popup selection [SCI-10932]
This commit is contained in:
parent
50841de953
commit
087a39d1cb
1 changed files with 1 additions and 1 deletions
|
@ -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')];
|
||||
|
|
Loading…
Reference in a new issue