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
**Problem:**
The grid "move" strategies should be renamed to better reflect what they
do and to be less confusing.
**Fix:**
This PR is a followup to
#6606
1. Rename "move rearrange" to "change grid element location" (and
duplicate)
2. Rename "move reorder" to "reorder"
Fixes#6620
---------
Co-authored-by: Federico Ruggi <federico.ruggi@shopify.com>
Copy file name to clipboardexpand all lines: editor/src/components/canvas/canvas-strategies/strategies/grid-change-element-location-duplicate-strategy.ts
Copy file name to clipboardexpand all lines: editor/src/components/canvas/canvas-strategies/strategies/grid-change-element-location-keyboard-strategy.ts
Copy file name to clipboardexpand all lines: editor/src/components/canvas/canvas-strategies/strategies/grid-element-change-location-strategy.spec.browser2.tsx
+7-7
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ import { renderTestEditorWithCode } from '../../ui-jsx.test-utils'
constactivePositioningTarget=isActiveCell&&!dontShowActiveCellHighlight// TODO: move the logic into runGridRearrangeMove and do not set targetCell prop in these cases
912
+
constactivePositioningTarget=isActiveCell&&!dontShowActiveCellHighlight// TODO: move the logic into runGridChangeElementLocation and do not set targetCell prop in these cases
0 commit comments