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 3232 @keydown.up.exact.capture.prevent =" focusPrev"
3333 @keydown.down.exact.capture.prevent =" focusNext"
3434 >
35- <slot name =" navigator-title" className =" navigator-title " >
35+ <slot name =" navigator-title" : className =" NAVIGATOR_TITLE " >
3636 <Reference
3737 v-if =" technology"
3838 :id =" INDEX_ROOT_KEY"
3939 :url =" technologyPath"
4040 :class =" [
41- 'technology-title navigator-title',
41+ 'technology-title',
42+ NAVIGATOR_TITLE,
4243 { 'router-link-exact-active': isTechnologyRoute }
4344 ]"
4445 @click.alt.native.prevent =" toggleAllNodes"
@@ -159,6 +160,7 @@ const NO_RESULTS = 'navigator.no-results';
159160const NO_CHILDREN = ' navigator.no-children' ;
160161const ERROR_FETCHING = ' navigator.error-fetching' ;
161162const ITEMS_FOUND = ' navigator.items-found' ;
163+ const NAVIGATOR_TITLE = ' navigator-title' ;
162164
163165/**
164166 * Renders the card for a technology and it's child symbols, in the navigator.
@@ -249,6 +251,7 @@ export default {
249251 lastFocusTarget: null ,
250252 allNodesToggled: false ,
251253 INDEX_ROOT_KEY ,
254+ NAVIGATOR_TITLE ,
252255 };
253256 },
254257 computed: {
You can’t perform that action at this time.
0 commit comments