fix: Remove delay on save after changing document emoji, closes #6999
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user