* Force update the graph. * This function is called when the graph is updated. * It checks if there are any unsized links and processes them. * @returns changed ids
()
| 168 | * @returns changed ids |
| 169 | */ |
| 170 | function forceUpdate(): Set<dia.Cell.ID> { |
| 171 | return data.updateStore(graph); |
| 172 | } |
| 173 | /** |
| 174 | * This function is called when a cell changes. |
| 175 | * It checks if the graph has an active batch and returns if it does. |