diff options
| author | Hannah Chow <hannah_chow@brown.edu> | 2019-02-28 22:59:10 -0500 |
|---|---|---|
| committer | Hannah Chow <hannah_chow@brown.edu> | 2019-02-28 22:59:10 -0500 |
| commit | 75d9e15ab363c196d16a60602ac7f6b0b8bcf6a1 (patch) | |
| tree | 98ac03a744c763d224eacd863748527a6b77842c /src/client/views/DocumentDecorations.tsx | |
| parent | 85970142552fb92299abbbfc1ac1b507013689be (diff) | |
styling fixed
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 d2f835fc8..fb8a724c5 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -83,7 +83,7 @@ export class DocumentDecorations extends React.Component { handlers: { dragComplete: action(() => { }), }, - hideSource: true + hideSource: false }) } document.removeEventListener("pointermove", this.onLinkButtonMoved) |
