You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving or resizing an item with dependant property provided, the dependent item also moves. I think the other item should stay in place unless passed to linkedWith property as defined in documentation.
Pseudo code: item1.dependant = [item2]:
The text was updated successfully, but these errors were encountered:
skix123
changed the title
Dependency Lines - allow to move or resize item without touching dependency item
Dependency Lines Plugin - allow to move or resize item without touching dependency item
Nov 20, 2020
skix123
changed the title
Dependency Lines Plugin - allow to move or resize item without touching dependency item
Dependency Lines Plugin - Allow to move or resize item without touching dependency item
Nov 20, 2020
Yeah, I thought about it. I need to make some better mechanism where you can choose how you want related items to behave. I will probably deal with this in the coming days. I will paste here a link to example when I finish.
When moving or resizing an item with
dependant
property provided, the dependent item also moves. I think the other item should stay in place unless passed tolinkedWith
property as defined in documentation.Pseudo code:
item1.dependant = [item2]
:The text was updated successfully, but these errors were encountered: