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

Method _resize

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

Source from the content-addressed store, hash-verified

14451 });
14452 }
14453 _resize() {
14454 this.changeInsight({
14455 size: this.getLayoutDivSize(this.state.sidebarPinned, this.state.sidebarClosed)
14456 }, {
14457 label: "resize",
14458 omit: true
14459 });
14460 }
14461 viewerMounted(glDiv) {
14462 this.setState({
14463 size: this.getLayoutDivSize(this.state.sidebarPinned, this.state.sidebarClosed),

Callers 3

changeColumnMappingMethod · 0.95
resizeMethod · 0.95
renderMethod · 0.95

Calls 2

changeInsightMethod · 0.95
getLayoutDivSizeMethod · 0.95

Tested by

no test coverage detected