aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-12-17 20:55:38 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-12-17 20:55:38 -0500
commit16c84a8042fc3e9d7af3d74fce2758bf6862a5a2 (patch)
tree983ca7313c91a1c627ba6d76f931aba9d397be46 /src/client/views/collections
parent96ada41d4c3c411be63bd656da65bba7894a4224 (diff)
warnings and fix to doc decorations close button to deselect first
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/ParentDocumentSelector.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/ParentDocumentSelector.tsx b/src/client/views/collections/ParentDocumentSelector.tsx
index ffaf41b91..422d01cee 100644
--- a/src/client/views/collections/ParentDocumentSelector.tsx
+++ b/src/client/views/collections/ParentDocumentSelector.tsx
@@ -118,7 +118,7 @@ export class ButtonSelector extends React.Component<{ Document: Doc, Stack: any
render() {
const view = DocumentManager.Instance.getDocumentView(this.props.Document);
- let flyout = (
+ const flyout = (
<div className="ParentDocumentSelector-flyout" title=" ">
<DocumentButtonBar views={[view]} stack={this.props.Stack} />
</div>