diff options
author | bob <bcz@cs.brown.edu> | 2019-05-21 12:35:36 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-05-21 12:35:36 -0400 |
commit | 7bafa21e8c37826686a012151674b71631fa9c8b (patch) | |
tree | dd313df373c15f67a253eea249339ba8567a2ace /src/client/documents/Documents.ts | |
parent | 3abf1b817a5ed0e2bcacaa08f4a15a9193794a3a (diff) |
fixed dragging headers for histograms
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 9d2f4d3cd..3d65826a9 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -33,7 +33,6 @@ import { DocServer } from "../DocServer"; import { StrokeData, InkField } from "../../new_fields/InkField"; import { dropActionType } from "../util/DragManager"; import { DateField } from "../../new_fields/DateField"; -import { schema } from "prosemirror-schema-basic"; import { UndoManager } from "../util/UndoManager"; export interface DocumentOptions { |