aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-02-28 22:59:10 -0500
committerHannah Chow <hannah_chow@brown.edu>2019-02-28 22:59:10 -0500
commit75d9e15ab363c196d16a60602ac7f6b0b8bcf6a1 (patch)
tree98ac03a744c763d224eacd863748527a6b77842c /src/client/views/DocumentDecorations.tsx
parent85970142552fb92299abbbfc1ac1b507013689be (diff)
styling fixed
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r--src/client/views/DocumentDecorations.tsx2
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)