aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-03-09 16:17:34 -0500
committerab <abdullah_ahmed@brown.edu>2019-03-09 16:17:34 -0500
commit70676c2456f7f330869d6009b52456aba10e7e97 (patch)
treefc43d5575aeebfaddf4cacf5de93082f9158fa3c /src
parent381b008c9f860265c0a160104252eee76057bd6b (diff)
idk
Diffstat (limited to 'src')
-rw-r--r--src/client/views/DocumentDecorations.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index 280fad2e5..7bddc298e 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -3,26 +3,17 @@ import React = require("react");
import { SelectionManager } from "../util/SelectionManager";
import { observer } from "mobx-react";
import './DocumentDecorations.scss'
-<<<<<<< HEAD
import { CollectionFreeFormView } from "./collections/CollectionFreeFormView";
import ContentEditable from 'react-contenteditable'
import { KeyStore } from '../../fields/Key'
-=======
-import { KeyStore } from '../../fields/KeyStore'
-import { NumberField } from "../../fields/NumberField";
->>>>>>> 96eede5f7d1706a3f7ac6ee02a85bb3da217f467
@observer
export class DocumentDecorations extends React.Component<{}, { value: string }> {
static Instance: DocumentDecorations
private _resizer = ""
private _isPointerDown = false;
-<<<<<<< HEAD
@observable private _opacity = 1;
private keyinput: React.RefObject<HTMLInputElement>;
-=======
- @observable private _hidden = false;
->>>>>>> 96eede5f7d1706a3f7ac6ee02a85bb3da217f467
constructor(props: Readonly<{}>) {
super(props)