MCPcopy Create free account
hub / github.com/StevenLyt/mapf-visualizer / constructor

Method constructor

src/components/UploadMap.jsx:9–15  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

7
8export default class UploadMap extends Component {
9 constructor(props) {
10 super(props);
11 this.state = {
12 isDropdownOpen: null,
13 isDialogOpen: false,
14 };
15 }
16 openDropdown(event) {
17 this.setState({ isDropdownOpen: event.currentTarget });
18 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected