()
| 14446 | }); |
| 14447 | } |
| 14448 | resize() { |
| 14449 | this.setState({ |
| 14450 | calculating: ()=>this._resize() |
| 14451 | }); |
| 14452 | } |
| 14453 | _resize() { |
| 14454 | this.changeInsight({ |
| 14455 | size: this.getLayoutDivSize(this.state.sidebarPinned, this.state.sidebarClosed) |
no test coverage detected