diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx index faaf89b5a..1ca29583a 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx @@ -383,8 +383,7 @@ class DocumentScene extends React.Component { handleChangeEmoji = action((value: string) => { this.props.document.emoji = value; - this.updateIsDirty(); - void this.autosave(); + void this.onSave(); }); goBack = () => {