Skip to content

Commit

Permalink
Merge branch 'master' into fix/auto-flow-dropdown-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Oct 9, 2024
2 parents 794db8f + 4cdb407 commit e981fbd
Show file tree
Hide file tree
Showing 22 changed files with 362 additions and 421 deletions.
1 change: 1 addition & 0 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
"source-map-loader": "0.2.3",
"string-replace-loader": "2.2.0",
"style-loader": "0.18.2",
"tailwindcss": "^3.4.13",
"tar": "6.0.5",
"terser-webpack-plugin": "5.3.9",
"three": "0.140.2",
Expand Down
39 changes: 5 additions & 34 deletions editor/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const dragToMoveMetaStrategy: MetaCanvasStrategy = (
selectedElements.length === 0 ||
selectedElements.some(EP.isRootElementOfInstance) ||
interactionSession == null ||
interactionSession.activeControl.type !== 'BOUNDING_AREA' ||
(interactionSession.activeControl.type !== 'BOUNDING_AREA' &&
interactionSession.activeControl.type !== 'GRID_CELL_HANDLE') ||
interactionSession.interactionData.type !== 'DRAG' ||
interactionSession.interactionData.modifiers.alt
) {
Expand Down
Loading

0 comments on commit e981fbd

Please sign in to comment.