diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 22:01:44 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-04-09 22:01:44 -0400 |
| commit | f8d4fa3d161da88e63e51c4a8940a3c44d0ae62e (patch) | |
| tree | 16e2b24c5f8c3c2c5a7f48550125fdb99c84454d /src/client/views/DocumentDecorations.tsx | |
| parent | 755769e3604d48148ad1670ce3cce1a785c1766d (diff) | |
for now
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index bb4437a6a..4a329dd36 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -442,9 +442,10 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> <div id="documentDecorations-bottomRightResizer" className="documentDecorations-resizer" onPointerDown={this.onPointerDown} onContextMenu={(e) => e.preventDefault()}></div> <div className="link-button-container"> <div title="View Links" className="linkFlyout" ref={this._linkButton}> {linkButton} </div> - <div className="linkButton-linker" ref={this._linkerButton} onPointerDown={this.onLinkerButtonDown}> + <div title="Drag Link" className="linkButton-linker" ref={this._linkerButton} onPointerDown={this.onLinkerButtonDown}> <FontAwesomeIcon className="fa-icon-link" icon="link" size="sm" /> </div> + </div> </div > </div> |
