diff options
author | andy temp <andytemp@Kates-MBP.fios-router.home> | 2020-07-23 13:51:21 -0400 |
---|---|---|
committer | andy temp <andytemp@Kates-MBP.fios-router.home> | 2020-07-23 13:51:21 -0400 |
commit | e2a082c8e4101d33b3e01a75ba541d1ad72dc74c (patch) | |
tree | d3b257f0a02e08fda3658b730dc65fee3f701e5b /src/client/views/MainView.tsx | |
parent | d4ff3975ee3b72a7869535bf8d9fc78039203aed (diff) |
test
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index fce3707a7..0a7964cea 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -164,7 +164,7 @@ export class MainView extends React.Component { if (targets && targets.length && SearchBox.Instance._searchbarOpen){ let check = false; targets.forEach((thing)=>{ - if (thing.className.toString()==="collectionSchemaView-table" || thing.className.toString()==="beta") { + if (thing.className.toString()==="collectionSchemaView-table" || thing.className.toString()==="beta"|| thing.className.toString()==="collectionSchemaView-menuOptions-wrapper") { check=true; } }); |