aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-08-06 09:52:04 -0400
committerbobzel <zzzman@gmail.com>2021-08-06 09:52:04 -0400
commitb25921a0cbdb431726e7089fabdd08fe43c6b3de (patch)
tree136eef04d20316a4a9506f6381e9a79c92987243 /src/client/views/collections
parenta6bb135b171d373d72e06431a9e5a5e4b82cc796 (diff)
fixed webbox history to allow duplicate urls
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/TabDocView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx
index 623e0f58d..1f73793b6 100644
--- a/src/client/views/collections/TabDocView.tsx
+++ b/src/client/views/collections/TabDocView.tsx
@@ -171,7 +171,6 @@ 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...')
})