Hide Cancel/Save btns after click at Share task modal [SCI-9008]

This commit is contained in:
Ivan Kljun 2023-08-23 14:20:24 +02:00
parent b08a94ced6
commit 39ed4b1b92

View file

@ -177,11 +177,13 @@
success: (result) => {
this.shareableData = result.data;
this.dirty = false;
this.editing = false;
}
});
},
cancelDescriptionEdit() {
this.description = this.shareableData.attributes.description || '';
this.editing = false;
},
initCharacterCount() {
$(this.$refs.textarea).on('input change paste keydown', () => {