mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 06:04:35 +08:00
Fix automatically adding new checklist item [SCI-6960] (#4238)
This commit is contained in:
parent
a845eec33e
commit
a73fc8c0fd
1 changed files with 1 additions and 2 deletions
|
@ -174,8 +174,7 @@
|
|||
});
|
||||
} else {
|
||||
// create item, then append next one
|
||||
this.postItem(item);
|
||||
this.addItem();
|
||||
this.postItem(item, this.addItem);
|
||||
}
|
||||
this.update();
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue