Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
and it all works now
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Apr 22, 2018
1 parent d287ad4 commit 4f6078c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/state-machine/ReactionCriteria.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/state-machine/states/ResizeDimensionsState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Point } from "../../geometry/Point";
import { AbstractDisplacementState } from "../AbstractDisplacementState";
import { Matrix } from "mathjs";
import { ModelAnchorInput, ModelAnchorInputPosition } from "../input/ModelAnchorInput";
import { MouseDownInput } from "../input/MouseDownInput";

export class ResizeDimensionsState extends AbstractDisplacementState {
anchorInput: ModelAnchorInput;
Expand All @@ -16,7 +15,6 @@ export class ResizeDimensionsState extends AbstractDisplacementState {
constructor(engine: CanvasEngine) {
super("resize-dimension", engine);
this.requireInput(ModelAnchorInput.NAME);
this.requireInput(MouseDownInput.NAME);
this.engine = engine;
}

Expand Down

0 comments on commit 4f6078c

Please sign in to comment.