src/menu/components/timeline/normal-timeline/index.jsx
@@ -28,8 +28,7 @@ } state = { card: null, back: false card: null } UNSAFE_componentWillMount () { @@ -166,7 +165,7 @@ changeStyle = () => { const { card } = this.state MKEmitter.emit('changeStyle', ['height', 'background', 'border', 'padding', 'margin', 'shadow'], card.style, this.getStyle) MKEmitter.emit('changeStyle', ['height', 'background', 'border', 'padding', 'margin', 'shadow', 'clear'], card.style, this.getStyle) } getStyle = (style) => {