diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 18:32:28 -0400 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 18:32:28 -0400 |
| commit | 31c9722ed5e587d3ae294db83c134b8e6ad050f8 (patch) | |
| tree | a148ca85f25c7deda69bc2c816df5f74aac5f082 /src/client/views/DocumentDecorations.tsx | |
| parent | a51b3df668ceaa856396309dec546c8e879d2df0 (diff) | |
added tooltips
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index b75644ecd..313b35ca8 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -234,7 +234,7 @@ export class DocumentDecorations extends React.Component { <div id="documentDecorations-bottomResizer" className="documentDecorations-resizer" onPointerDown={this.onPointerDown} onContextMenu={(e) => e.preventDefault()}></div> <div id="documentDecorations-bottomRightResizer" className="documentDecorations-resizer" onPointerDown={this.onPointerDown} onContextMenu={(e) => e.preventDefault()}></div> - <div className="linkFlyout">{linkButton}</div> + <div title="View Links" className="linkFlyout">{linkButton}</div> </div > ) |
