Fix automatically adding new checklist item [SCI-6960] (#4238)

This commit is contained in:
artoscinote 2022-07-13 17:58:58 +02:00 committed by GitHub
parent a845eec33e
commit a73fc8c0fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,8 +174,7 @@
});
} else {
// create item, then append next one
this.postItem(item);
this.addItem();
this.postItem(item, this.addItem);
}
this.update();
},