diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-27 17:05:39 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-27 17:05:39 -0500 |
| commit | 8190b6557065828e3a5e7a6505c0963a433e27d1 (patch) | |
| tree | 75299b0ce8117e83e13b741fc9a39d36b20b99c1 /src/client/views/pdf | |
| parent | 3c48667061fb417e3a7657a1951659d25b453a9f (diff) | |
adding colors to schema view will update the enumerated colors used by text boxes in freeformview.
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/Annotation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx index 58823c93d..d23c81065 100644 --- a/src/client/views/pdf/Annotation.tsx +++ b/src/client/views/pdf/Annotation.tsx @@ -1,7 +1,7 @@ import React = require("react"); import { action, IReactionDisposer, observable, reaction, runInAction } from "mobx"; import { observer } from "mobx-react"; -import { Doc, DocListCast, HeightSym, WidthSym, Opt, DocListCastAsync } from "../../../new_fields/Doc"; +import { Doc, DocListCast, HeightSym, WidthSym } from "../../../new_fields/Doc"; import { Id } from "../../../new_fields/FieldSymbols"; import { List } from "../../../new_fields/List"; import { Cast, FieldValue, NumCast, StrCast } from "../../../new_fields/Types"; |
