diff options
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index fb8a724c5..67031ee0f 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -7,6 +7,7 @@ import { KeyStore } from '../../fields/KeyStore' import { NumberField } from "../../fields/NumberField"; import { props } from "bluebird"; import { DragManager } from "../util/DragManager"; +import { LinkMenu } from "./nodes/LinkMenu"; @observer @@ -57,6 +58,9 @@ export class DocumentDecorations extends React.Component { } onLinkButtonDown = (e: React.PointerEvent): void => { + // if () + // let linkMenu = new LinkMenu(SelectionManager.SelectedDocuments()[0]); + // linkMenu.Hidden = false; console.log("down"); e.stopPropagation(); document.removeEventListener("pointermove", this.onLinkButtonMoved) |
