Refactor #4739 - For PanelMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:49:16 +03:00
parent f00540f4ab
commit c1c866b23b
6 changed files with 5 additions and 56 deletions

View file

@ -10,7 +10,6 @@
:items="processedItems"
:templates="templates"
:activeItemPath="activeItemPath"
:exact="exact"
@focus="onFocus"
@blur="onBlur"
@keydown="onKeyDown"
@ -47,10 +46,6 @@ export default {
expandedKeys: {
type: Object,
default: null
},
exact: {
type: Boolean,
default: true
}
},
searchTimeout: null,