chore: upgrade deps

This commit is contained in:
Mo
2022-03-21 14:31:42 -05:00
parent ea0ca7dc18
commit 9f032f13c2
27 changed files with 143 additions and 183 deletions

View File

@@ -37,7 +37,9 @@ export class RevisionPreviewModal extends PureComponent<Props, State> {
this.props.content
)) as SNNote;
this.originalNote = this.application.findItem(this.props.uuid) as SNNote;
this.originalNote = this.application.items.findItem(
this.props.uuid
) as SNNote;
const component = this.application.componentManager.editorForNote(
this.originalNote