lind123

updateFileName: function() { var files = this.data.files const editor = this.data.editor const file = files[editor.index] if (editor.title) { const fileObj = AV.Object.createWithoutData('_File', file.object_id) fileObj.set('name', editor.title) fileObj.save().then(res => { files[editor.index].nam…