Skip to content

Commit

Permalink
Merge 16fd746 into 50778a7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgsy committed Feb 8, 2022
2 parents 50778a7 + 16fd746 commit ef72162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ckeditorcontext.jsx
Expand Up @@ -79,9 +79,9 @@ export default class CKEditorContext extends React.Component {
} );
}

_destroyContext() {
async _destroyContext() {
if ( this.contextWatchdog ) {
this.contextWatchdog.destroy();
await this.contextWatchdog.destroy();
this.contextWatchdog = null;
}
}
Expand Down

0 comments on commit ef72162

Please sign in to comment.