MCPcopy Index your code
hub / github.com/microsoft/SandDance / getLayoutDivSize

Method getLayoutDivSize

docs/app/js/sanddance-app.js:14467–14473  ·  view source on GitHub ↗
(pinned, closed)

Source from the content-addressed store, hash-verified

14465 });
14466 }
14467 getLayoutDivSize(pinned, closed) {
14468 const div = pinned && !closed ? this.layoutDivPinned : this.layoutDivUnpinned;
14469 return {
14470 height: div.offsetHeight,
14471 width: div.offsetWidth
14472 };
14473 }
14474 toggleableSearch(e, search) {
14475 if (e.ctrlKey) {
14476 this.setState({

Callers 3

_resizeMethod · 0.95
viewerMountedMethod · 0.95
renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected