🚧 Started working on sub-items
This commit is contained in:
@@ -127,7 +127,7 @@ export default {
|
||||
methods: {
|
||||
/* Clears input field, once a searched item is opened */
|
||||
finishedSearching() {
|
||||
this.$refs.filterComp.clearFilterInput();
|
||||
if (this.$refs.filterComp) this.$refs.filterComp.clearFilterInput();
|
||||
},
|
||||
/* Returns optional section display preferences if available */
|
||||
getDisplayData(section) {
|
||||
|
||||
@@ -99,7 +99,7 @@ export default {
|
||||
},
|
||||
/* Clears input field, once a searched item is opened */
|
||||
finishedSearching() {
|
||||
this.$refs.filterComp.clearMinFilterInput();
|
||||
if (this.$refs.filterComp) this.$refs.filterComp.clearMinFilterInput();
|
||||
},
|
||||
/* Returns true if there is more than 1 sub-result visible during searching */
|
||||
checkIfResults() {
|
||||
|
||||
Reference in New Issue
Block a user