()
| 1000 | } |
| 1001 | |
| 1002 | public endUpdate(): GridStackEngine { |
| 1003 | const n = this.nodes.find(n => n._updating); |
| 1004 | if (n) { |
| 1005 | delete n._updating; |
| 1006 | delete n._skipDown; |
| 1007 | } |
| 1008 | return this; |
| 1009 | } |
| 1010 | |
| 1011 | /** saves a copy of the largest column layout (eg 12 even when rendering 1 column) so we don't loose orig layout, unless explicity column |
| 1012 | * count to use is given. returning a list of widgets for serialization |
no test coverage detected