(props)
| 353 | function _PositionedColumnMap(props1) { |
| 354 | class __PositionedColumnMap extends (0, _base.base).react.Component { |
| 355 | constructor(props){ |
| 356 | super(props); |
| 357 | const { left , top } = props; |
| 358 | this.state = { |
| 359 | left, |
| 360 | top |
| 361 | }; |
| 362 | this.dropdownRef = (0, _base.base).react.createRef(); |
| 363 | } |
| 364 | focus() { |
| 365 | if (!this.focused) { |
| 366 | this.focused = true; |
nothing calls this directly
no outgoing calls
no test coverage detected