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

Method viewerMounted

docs/app/js/sanddance-app.js:14461–14466  ·  view source on GitHub ↗
(glDiv)

Source from the content-addressed store, hash-verified

14459 });
14460 }
14461 viewerMounted(glDiv) {
14462 this.setState({
14463 size: this.getLayoutDivSize(this.state.sidebarPinned, this.state.sidebarClosed),
14464 signalValues: this.state.signalValues //keep initialized signalValues
14465 });
14466 }
14467 getLayoutDivSize(pinned, closed) {
14468 const div = pinned && !closed ? this.layoutDivPinned : this.layoutDivUnpinned;
14469 return {

Callers 1

renderMethod · 0.95

Calls 1

getLayoutDivSizeMethod · 0.95

Tested by

no test coverage detected