fix: Remove delay on save after changing document emoji, closes #6999

This commit is contained in:
Tom Moor
2024-06-05 22:55:19 -04:00
parent 20d71391bb
commit 1b60d7c946

View File

@@ -383,8 +383,7 @@ class DocumentScene extends React.Component<Props> {
handleChangeEmoji = action((value: string) => {
this.props.document.emoji = value;
this.updateIsDirty();
void this.autosave();
void this.onSave();
});
goBack = () => {