aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-09-13 13:34:05 -0400
committerbobzel <zzzman@gmail.com>2021-09-13 13:34:05 -0400
commit8e5357cd2ebfaad88c82ffde2415426fa9d130c0 (patch)
treea5bd67eff4e96f4dd55b56913d0385b493656b18 /src/client/views/nodes/WebBox.tsx
parentf63b9d0876dc6a4389d1a9ced314968804061cb3 (diff)
auto-select regions on audio timelines after they are created.
Diffstat (limited to 'src/client/views/nodes/WebBox.tsx')
-rw-r--r--src/client/views/nodes/WebBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/WebBox.tsx b/src/client/views/nodes/WebBox.tsx
index adf84d810..19135b6dd 100644
--- a/src/client/views/nodes/WebBox.tsx
+++ b/src/client/views/nodes/WebBox.tsx
@@ -404,7 +404,6 @@ export class WebBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps
}
}, icon: "snowflake"
});
- funcs.push({ description: "Toggle Annotation View ", event: () => this.Document._showSidebar = !this.Document._showSidebar, icon: "expand-arrows-alt" });
cm.addItem({ description: "Options...", subitems: funcs, icon: "asterisk" });
}