diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-09 15:56:11 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-09 15:56:11 -0400 |
| commit | 4914965affb984e04e847460ce1b5750807b316f (patch) | |
| tree | e0f6805e097fc822e657e987bd75b18fbabf7e88 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | f5c936b8f31c39513ef925f6f62a4ed3a66a4e86 (diff) | |
fixed missing gear in golden layout. fixed double dragging events. changed dragging to give prefernce to modifier keys over dropactions. changed names of Documents to Catalog. added document copy past with ctrl c/ctrl v
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index c1edc0fe7..6fdb96f0d 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -527,7 +527,7 @@ export class CollectionDockingView extends React.Component<SubCollectionViewProp gearSpan); tab.buttonDisposer?.(); } - }); + }, { fireImmediately: true }); tab.reactComponents = [gearSpan]; tab.element.append(gearSpan); |
