diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-06 16:02:35 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-06 16:02:35 -0400 |
| commit | a4b5fa0273bb7bc872699f0f0ce047ec0fbc7d43 (patch) | |
| tree | ac35fc8a360682c0e2dd1dd1abffe8fb52a09d74 /src/client/views/MainView.tsx | |
| parent | b6990a61befdea70abd99f125a2488ce5a6f04a6 (diff) | |
debug and context menu
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index f38367d98..270e9b183 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -149,6 +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(); + } }); globalPointerUp = () => this.isPointerDown = false; |
