mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Fix smart annotation is missing at editing column with smart annotation [SCI-997]
This commit is contained in:
parent
65bbd81497
commit
916ed2572a
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ function onClickEdit() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// initialize smart annotation
|
// initialize smart annotation
|
||||||
|
SmartAnnotation.init($('[data-object="sample_custom_fields"]'));
|
||||||
_.each($('[data-object="custom_fields"]'), function(el) {
|
_.each($('[data-object="custom_fields"]'), function(el) {
|
||||||
if(_.isUndefined($(el).data('atwho'))) {
|
if(_.isUndefined($(el).data('atwho'))) {
|
||||||
SmartAnnotation.init(el);
|
SmartAnnotation.init(el);
|
||||||
|
|
Loading…
Add table
Reference in a new issue