diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-03-18 18:07:46 -0400 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-03-18 18:07:46 -0400 |
| commit | 67170e521366f8178645cc85aaf377e53b1a6f21 (patch) | |
| tree | d6f318550ef963fd3fc6f41387a431deedcf87e8 /src/client/views/DocumentDecorations.tsx | |
| parent | ae8bc0f99f35f6c72aaa9be3f5617d54ba64299b (diff) | |
ui in place, needs refinement and more backend
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index dc62f97cf..1aa6d1936 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -10,8 +10,8 @@ import { DragManager } from "../util/DragManager"; import { LinkMenu } from "./nodes/LinkMenu"; import { ListField } from "../../fields/ListField"; const higflyout = require("@hig/flyout"); -const { anchorPoints } = higflyout; -const Flyout = higflyout.default; +export const { anchorPoints } = higflyout; +export const Flyout = higflyout.default; @observer export class DocumentDecorations extends React.Component { |
