aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-03-09 16:09:57 -0500
committerab <abdullah_ahmed@brown.edu>2019-03-09 16:09:57 -0500
commit381b008c9f860265c0a160104252eee76057bd6b (patch)
treeda56fc122a9399b8e8d9ca39b42769193068ea69 /src
parent30b082a9d94465ae24d9c392843518e8df2c9d66 (diff)
stage
Diffstat (limited to 'src')
-rw-r--r--src/client/views/DocumentDecorations.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx
index 0a126de1f..280fad2e5 100644
--- a/src/client/views/DocumentDecorations.tsx
+++ b/src/client/views/DocumentDecorations.tsx
@@ -184,12 +184,8 @@ export class DocumentDecorations extends React.Component<{}, { value: string }>
width: (bounds.r - bounds.x + 20 + 20) + "px",
height: (bounds.b - bounds.y + 40 + 20) + "px",
left: bounds.x - 20,
-<<<<<<< HEAD
top: bounds.y - 20 - 20,
- opacity: this.opacity
-=======
- top: bounds.y - 20,
->>>>>>> 96eede5f7d1706a3f7ac6ee02a85bb3da217f467
+ opacity: this._opacity
}}>
<input ref={this.keyinput} className="title" type="text" name="dynbox" value={this.state.value} onChange={this.handleChange} onPointerDown={this.onPointerDown} onKeyPress={this.enterPressed} />
{/* <div className="title" onPointerDown={this.onPointerDown}>{document.title}</div> */}