Skip to content

Commit f142391

Browse files
committed
🐛 클래식 모드 체크 버그 수정
1 parent 0535569 commit f142391

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Paper/XLog/XLog.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,8 @@ class XLog extends Component {
167167
this.redraw(this.props.filter);
168168
}
169169

170-
if( this.props.box.values.showClassicMode !== this.beforeShowClassMode){
170+
if( this.props.box.values.showClassicMode !== this.beforeShowClassicModeMode){
171171
this.graphInit();
172-
173172
this.redraw(this.props.filter);
174173
}
175174
this.beforeShowClassicModeMode = prevProps.box.values.showClassicMode;

0 commit comments

Comments
 (0)