Skip to content

Commit 8c75ac3

Browse files
Jin ZhaoCompuIves
authored andcommitted
fixed a bug caused by typo (codesandbox#2024)
1 parent 3b3c684 commit 8c75ac3

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Content

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Content/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class EditorPreview extends React.Component<Props, State> {
8282
window.removeEventListener('resize', this.getBounds);
8383
clearInterval(this.interval);
8484

85-
if (this.contenNode) {
85+
if (this.contentNode) {
8686
removeListener(this.contentNode);
8787
}
8888
}

0 commit comments

Comments
 (0)