We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0535569 commit f142391Copy full SHA for f142391
src/components/Paper/XLog/XLog.js
@@ -167,9 +167,8 @@ class XLog extends Component {
167
this.redraw(this.props.filter);
168
}
169
170
- if( this.props.box.values.showClassicMode !== this.beforeShowClassMode){
+ if( this.props.box.values.showClassicMode !== this.beforeShowClassicModeMode){
171
this.graphInit();
172
-
173
174
175
this.beforeShowClassicModeMode = prevProps.box.values.showClassicMode;
0 commit comments