mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Fix checklist reordening [SCI-10351]
This commit is contained in:
parent
167d57b3d1
commit
de2918b207
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ export default {
|
|||
onBlurHandler() {
|
||||
this.$nextTick(() => {
|
||||
this.editingText = false;
|
||||
this.$emit('editEnd');
|
||||
});
|
||||
},
|
||||
updateText(text, withKey) {
|
||||
|
|
Loading…
Reference in a new issue