diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 20:55:38 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-12-17 20:55:38 -0500 |
| commit | 16c84a8042fc3e9d7af3d74fce2758bf6862a5a2 (patch) | |
| tree | 983ca7313c91a1c627ba6d76f931aba9d397be46 /src/client/views/collections | |
| parent | 96ada41d4c3c411be63bd656da65bba7894a4224 (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.tsx | 2 |
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> |
