()
| 987 | } |
| 988 | |
| 989 | public getRow(): number { |
| 990 | return this.nodes.reduce((row, n) => Math.max(row, n.y + n.h), 0); |
| 991 | } |
| 992 | |
| 993 | public beginUpdate(node: GridStackNode): GridStackEngine { |
| 994 | if (!node._updating) { |
no outgoing calls
no test coverage detected