Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
saranrapjs committed Nov 14, 2023
1 parent 641cce7 commit e44e4ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nodeViews/createReactNodeViewConstructor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ export function createReactNodeViewConstructor(
// parent so that later we can reassemble the DOM hierarchy
// React expects when cleaning up the ContentDOMWrapper element
if (nextContentDOMWrapper?.parentNode) {
setContentDOMParent(nextContentDOMWrapper.parentNode as HTMLElement);
setContentDOMParent(
nextContentDOMWrapper.parentNode as HTMLElement
);
}
}}
/>
Expand Down

0 comments on commit e44e4ca

Please sign in to comment.