mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-16 05:42:13 +08:00
Hide Cancel/Save btns after click at Share task modal [SCI-9008]
This commit is contained in:
parent
b08a94ced6
commit
39ed4b1b92
1 changed files with 2 additions and 0 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue