(pinned, closed)
| 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({ |
no outgoing calls
no test coverage detected