Skip to content

Commit

Permalink
style: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Feb 27, 2023
1 parent 3499597 commit c26b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/EditorContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class PureEditorContent extends React.Component<EditorContentProps, Edito
// a lifecycle method.
if (this.initialized) {
queueMicrotask(() => {
flushSync(fn)
flushSync(fn)
})
} else {
fn()
Expand Down

0 comments on commit c26b1be

Please sign in to comment.