Skip to content

Commit

Permalink
Revert "todos"
Browse files Browse the repository at this point in the history
This reverts commit 5e31450.
  • Loading branch information
bkrmendy committed Oct 13, 2023
1 parent 6540181 commit 9163414
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor/src/components/canvas/canvas-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,9 +903,6 @@ export function collectGuidelines(

// For any images create guidelines at the current multiplier setting.
if (resizingFromPosition != null) {
// TODO: images?
// TODO: selected views?
// TODO: repeating the `isLayoutedByFlowAndNotAbsolutePositioned` check?
Utils.fastForEach(selectedViews, (selectedView) => {
if (MetadataUtils.isLayoutedByFlowAndNotAbsolutePositioned(metadata, selectedView)) {
return
Expand Down

0 comments on commit 9163414

Please sign in to comment.