mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 06:04:20 +00:00
[Search] Allow navigation from results
Fix search item so that navigation occurs after clicking on a search result, while still properly preventing navigation when required. Related to #1366
This commit is contained in:
parent
c74fdb816f
commit
d45ae7908d
@ -25,7 +25,7 @@
|
||||
<mct-representation key="'label'"
|
||||
mct-object="domainObject"
|
||||
ng-model="ngModel"
|
||||
ng-click="ngModel.selectedObject = domainObject"
|
||||
ng-click="ngModel.allowSelection(domainObject) && ngModel.onSelection(domainObject)"
|
||||
class="l-flex-row flex-elem grows">
|
||||
</mct-representation>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user