File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 32
32
@keydown.up.exact.capture.prevent =" focusPrev"
33
33
@keydown.down.exact.capture.prevent =" focusNext"
34
34
>
35
- <slot name =" navigator-title" className =" navigator-title " >
35
+ <slot name =" navigator-title" : className =" NAVIGATOR_TITLE " >
36
36
<Reference
37
37
v-if =" technology"
38
38
:id =" INDEX_ROOT_KEY"
39
39
:url =" technologyPath"
40
40
:class =" [
41
- 'technology-title navigator-title',
41
+ 'technology-title',
42
+ NAVIGATOR_TITLE,
42
43
{ 'router-link-exact-active': isTechnologyRoute }
43
44
]"
44
45
@click.alt.native.prevent =" toggleAllNodes"
@@ -159,6 +160,7 @@ const NO_RESULTS = 'navigator.no-results';
159
160
const NO_CHILDREN = ' navigator.no-children' ;
160
161
const ERROR_FETCHING = ' navigator.error-fetching' ;
161
162
const ITEMS_FOUND = ' navigator.items-found' ;
163
+ const NAVIGATOR_TITLE = ' navigator-title' ;
162
164
163
165
/**
164
166
* Renders the card for a technology and it's child symbols, in the navigator.
@@ -249,6 +251,7 @@ export default {
249
251
lastFocusTarget: null ,
250
252
allNodesToggled: false ,
251
253
INDEX_ROOT_KEY ,
254
+ NAVIGATOR_TITLE ,
252
255
};
253
256
},
254
257
computed: {
You can’t perform that action at this time.
0 commit comments