feat: Add auto-arrange button and functionality in ObjectFlowDesigner

This commit is contained in:
Chop
2025-06-27 00:05:12 +02:00
parent 8feeddc067
commit 9e046f9fa2
3 changed files with 602 additions and 0 deletions

View File

@@ -83,6 +83,13 @@
>
<div class="icon-delete"></div>
</button>
<button
id="autoArrangeBtn"
class="icon-btn tool-btn"
title="Auto Arrange - One Click to Make Everything Look Nice and Tidy"
>
<div class="icon-auto-arrange"></div>
</button>
</div>
</div>
</div>