MCPcopy Create free account
hub / github.com/microsoft/SandDance / render

Method render

docs/app/js/sanddance-app.js:389–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

pxFunction · 0.70

Tested by

no test coverage detected