mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #473 from okriuchykhin/ok_SCI_997
Fix smart annotation is missing at editing column with smart annotation [SCI-997]
This commit is contained in:
commit
53ff6a2893
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ function onClickEdit() {
|
|||
});
|
||||
|
||||
// initialize smart annotation
|
||||
SmartAnnotation.init($('[data-object="sample_custom_fields"]'));
|
||||
_.each($('[data-object="custom_fields"]'), function(el) {
|
||||
if(_.isUndefined($(el).data('atwho'))) {
|
||||
SmartAnnotation.init(el);
|
||||
|
|
Loading…
Reference in a new issue