Fix checklist reordening [SCI-10351]

This commit is contained in:
Ivan Kljun 2024-03-25 12:55:48 +01:00
parent 167d57b3d1
commit de2918b207

View file

@ -141,6 +141,7 @@ export default {
onBlurHandler() {
this.$nextTick(() => {
this.editingText = false;
this.$emit('editEnd');
});
},
updateText(text, withKey) {