Unverified Commit 023178db authored by mvdbeek's avatar mvdbeek
Browse files

Fix saving workflows with freehand_comments only

parent a7398dfb
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ def order_workflow_steps(steps, comments):
                else:
                    sortable_comments.append(comment)

            if sortable_comments:
                # consider comments to find normalization position
                min_left_comments = min(comment.position[0] for comment in sortable_comments)
                min_top_comments = min(comment.position[1] for comment in sortable_comments)