()
| 362 | this.dropdownRef = (0, _base.base).react.createRef(); |
| 363 | } |
| 364 | focus() { |
| 365 | if (!this.focused) { |
| 366 | this.focused = true; |
| 367 | this.dropdownRef.current.focus(true); |
| 368 | } |
| 369 | } |
| 370 | componentDidMount() { |
| 371 | const size = (0, _sanddanceReact.SandDance).VegaDeckGl.util.outerSize(this.div); |
| 372 | const over = { |
no outgoing calls
no test coverage detected