diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-07 01:35:11 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-07 01:35:11 -0400 |
| commit | 51a1f88b4e975946eb5ac8cef75a122e197cd872 (patch) | |
| tree | 9d56101ca7caf1f3625843d380f4493a16cde1bf /src/client/views/DocumentDecorations.tsx | |
| parent | 7e2b162446a7f384ef2781fd786a97c21d1a172b (diff) | |
added batch requesting of list items. fixed some performance issues with tree views.
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 b89806656..9b6105811 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -499,7 +499,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> </div > <div className="link-button-container" style={{ left: bounds.x - this._resizeBorderWidth / 2, top: bounds.b + this._resizeBorderWidth / 2 }}> - <DocumentButtonBar views={SelectionManager.SelectedDocuments()} /> + <DocumentButtonBar views={SelectionManager.SelectedDocuments} /> </div> </div > ); |
