Skip to content

draw2d.layout.locator.ParallelMidpointLocator#init uses 'x' instead of distance #253

@ittayd

Description

@ittayd
 init: function (attr, setter, getter) {
      this.distance = 0

      this._super(
        {distance: -5, ...attr},
        {x: this.setDistance,...setter},
        {distance: this.getDistance,...getter}
      )
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions