mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Prevent sample row in samples datatable from toggling when clicking on smart annotation link. [SCI-913]
This commit is contained in:
parent
2e041d9e81
commit
b48e48e100
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,8 @@ function dataTableInit() {
|
|||
// Handle table draw event
|
||||
table.on('draw', function() {
|
||||
updateDataTableSelectAllCtrl(table);
|
||||
// Prevent sample row toggling when selecting user smart annotation link
|
||||
SmartAnnotation.preventPropagation('.atwho-user-popover');
|
||||
});
|
||||
|
||||
return table;
|
||||
|
|
Loading…
Reference in a new issue