aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/UndoManager.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-21 14:13:44 -0500
committerbob <bcz@cs.brown.edu>2019-02-21 14:13:44 -0500
commit3f9e4363e6601eac175ff71192d414fd6051d921 (patch)
treef2190e42fe16f9fd9fa9e55a22a58807c5f5b69c /src/client/util/UndoManager.ts
parent8e56ee4c6f1f16402edd8abee9daa55678117466 (diff)
clean up
Diffstat (limited to 'src/client/util/UndoManager.ts')
-rw-r--r--src/client/util/UndoManager.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/UndoManager.ts b/src/client/util/UndoManager.ts
index edb75b55f..46ad558f3 100644
--- a/src/client/util/UndoManager.ts
+++ b/src/client/util/UndoManager.ts
@@ -1,5 +1,4 @@
import { observable, action } from "mobx";
-import { Opt } from "../../fields/Field";
function propertyDecorator(target: any, key: string | symbol) {
Object.defineProperty(target, key, {