diff options
author | andrewdkim <adkim414@gmail.com> | 2019-08-07 14:56:48 -0400 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2019-08-07 14:56:48 -0400 |
commit | 300aff743835dfd1c021609fd005819c8f2fd584 (patch) | |
tree | b11c713bfd05182b6653c85c7ff80bfc19568635 /src/client/views/MainView.tsx | |
parent | a4b5fa0273bb7bc872699f0f0ce047ec0fbc7d43 (diff) |
working timelinemenu
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 270e9b183..3941c9c20 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -149,9 +149,9 @@ export class MainView extends React.Component { if (targets && targets.length && targets[0].className.toString().indexOf("contextMenu") === -1) { ContextMenu.Instance.closeMenu(); } - if (targets && targets.length && targets[0].className.toString().indexOf("timeline-menu-container") === -1) { - TimelineMenu.Instance.closeMenu(); - } + // if (targets && targets.length && targets[0].className.toString().indexOf("timeline-menu-container") === -1) { + // TimelineMenu.Instance.closeMenu(); + // } }); globalPointerUp = () => this.isPointerDown = false; |