()
| 268 | } |
| 269 | |
| 270 | getSelfElement(): HTMLElement | null { |
| 271 | return this.resizable && this.resizable.resizable; |
| 272 | } |
| 273 | |
| 274 | getOffsetHeight(boundary: HTMLElement) { |
| 275 | const scale = this.props.scale as number; |
no outgoing calls
no test coverage detected