commitNodes method

void commitNodes()

Commit the position of all nodes.

This is called by #commitLayout. See also #commitLinks. Please read the Introduction page on Extensions for how to override methods and how to call this base method.

Implementation

void commitNodes() {
  _i4.callMethod(
    this,
    'commitNodes',
    [],
  );
}