diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-27 12:03:16 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-27 12:03:16 -0400 |
| commit | 8b210d872e3a9c540825be0e9fbb912514092def (patch) | |
| tree | bb07da8cf29483a746f8dc84e9607ce9c702d9e9 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | 2b1035aa307a0cea6076030822cd5bb3c9793fb4 (diff) | |
fixes for doc decorations with resizing textboxes.
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index f30e99362..bc4fe7dd7 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -2,7 +2,7 @@ import React = require("react"); import { library } from '@fortawesome/fontawesome-svg-core'; import { faPalette } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { action, observable } from "mobx"; +import { action, observable, trace } from "mobx"; import { observer } from "mobx-react"; import { Doc, WidthSym } from "../../../new_fields/Doc"; import { Id } from "../../../new_fields/FieldSymbols"; |
