Closed dmlnc closed 4 years ago
Do you mean altering the block dimensions after it has been placed? Currently that won't readjust the flowchart unfortunately - I see a few options here, either detecting block dimension changes on the library end and using that to tweak the positioning of the blocks, or something kind of like #53 where the developer can call a render method whenever a change has been made to rearrange everything.
Personally I might be keen on the former just because it feels more user-friendly. I'll explore implementing that (although not entirely sure if that is your question ^^).
Hey @alyssaxuu Excellent work, thank you
Maybe you know how can I change height of block or position of another blocks after replace blockyinfo text from input field?
Thanks again