Skip to content

Commit

Permalink
feat: add maxSnapElementGuidelineDistance #707
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Aug 1, 2022
1 parent 281b2b7 commit 171b027
Show file tree
Hide file tree
Showing 13 changed files with 648 additions and 435 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
import { renderLine } from "../renderDirections";
import { checkSnapBoundPriority } from "./snappable/snap";
import { checkSnapBounds } from "./snappable/snapBounds";
import { getDefaultGuidelines } from "./snappable/utils";
import { getDefaultGuidelines } from "./snappable/getTotalGuidelines";


const CLIP_DIRECTIONS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ import {
renderGapGuidelines,
} from "./snappable/render";
import {
getTotalGuidelines,
hasGuidelines,
} from "./snappable/utils";
import {
checkMaxBounds,
checkMoveableSnapBounds,
getSnapBoundInfo,
} from "./snappable/snapBounds";
import { getTotalGuidelines } from "./snappable/getTotalGuidelines";


export interface SnapPoses {
Expand Down

0 comments on commit 171b027

Please sign in to comment.