3 lines
454 B
JavaScript
3 lines
454 B
JavaScript
|
|
var BackgroundFocus;export default window.BackgroundFocus=BackgroundFocus=class extends React.Component{constructor(e){super(e),this.state={visible:null!=e.visible?e.visible:e.visible=!1}}componentWillReceiveProps(e){var s;return this.setState(({visible:s}=e))}render(){return React.createElement("div",{className:["background_focus",this.state.visible?"show":""].join(" "),onClick:this.props.onClick})}};
|
||
|
|
//# sourceMappingURL=BackgroundFocus.min.js.map
|