| 387 | this.focus(); |
| 388 | } |
| 389 | render() { |
| 390 | return (0, _base.base).react.createElement("div", { |
| 391 | ref: (div)=>{ |
| 392 | if (div) this.div = div; |
| 393 | }, |
| 394 | className: "sanddance-columnMap-absolute", |
| 395 | style: { |
| 396 | position: "absolute", |
| 397 | left: px(this.state.left), |
| 398 | top: px(this.state.top) |
| 399 | } |
| 400 | }, (0, _base.base).react.createElement((0, _columnMap.ColumnMap), Object.assign({}, this.props, { |
| 401 | componentRef: this.dropdownRef, |
| 402 | hideSignals: true |
| 403 | }))); |
| 404 | } |
| 405 | } |
| 406 | return new __PositionedColumnMap(props1); |
| 407 | } |