meraproject/content/modulebz/js/module/ui/BackgroundFocus.min.js
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

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