diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-08-18 11:03:06 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-08-18 11:03:06 -0400 |
| commit | 56fdbfba93f582d163ccbe390d8d67f937615a1d (patch) | |
| tree | e74389046e36ca19ccb01cc339c2d4f722f9ba67 /src/client/views/collections/TabDocView.tsx | |
| parent | f5c126ba41bb15837c3527e588ba6fb3c79f3e89 (diff) | |
| parent | cf2ab7fe45c57720eeeeff64ed6f5b2b5d8fa40d (diff) | |
Merge branch 'master' into menu_updates_geireann
Diffstat (limited to 'src/client/views/collections/TabDocView.tsx')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 623e0f58d..1969d728c 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -171,10 +171,9 @@ export class TabDocView extends React.Component<TabDocViewProps> { //attach the selection doc buttons menu to the drag handle const stack: HTMLDivElement = tab.contentItem.parent; const header: HTMLDivElement = tab; - console.log("Stack: " + stack.id, stack.className) stack.onscroll = action((e: any) => { - console.log('scrolling...') - }) + console.log('scrolling...'); + }); const moreInfoDrag = document.createElement("div"); moreInfoDrag.className = "lm_iconWrap"; tab._disposers.buttonDisposer = reaction(() => this.view, view => |
