feat: snjs with auto integrity resolution (#912)
This commit is contained in:
@@ -681,7 +681,7 @@ export class NoteView extends PureComponent<Props, State> {
|
||||
if (left !== undefined && left !== null) {
|
||||
await this.application.setPreference(PrefKey.EditorLeft, left);
|
||||
}
|
||||
this.application.sync();
|
||||
this.application.sync.sync();
|
||||
};
|
||||
|
||||
async reloadSpellcheck() {
|
||||
@@ -797,7 +797,7 @@ export class NoteView extends PureComponent<Props, State> {
|
||||
} else {
|
||||
await this.disassociateComponentWithCurrentNote(component);
|
||||
}
|
||||
this.application.sync();
|
||||
this.application.sync.sync();
|
||||
};
|
||||
|
||||
async disassociateComponentWithCurrentNote(component: SNComponent) {
|
||||
|
||||
Reference in New Issue
Block a user