cleanup remove debug code

This commit is contained in:
Jamie V 2025-01-07 13:37:42 -08:00
parent f68fdb03bc
commit 8dff9f1a25
2 changed files with 0 additions and 2 deletions
src/api
menu/components
overlays/components

@ -179,7 +179,6 @@ export default {
}
},
handleKeyDown({ key }) {
console.log('keydown supermenu', key);
if (key === 'Enter') {
// if there is only one action, select it immediately on enter
const flattenedActions = Array.isArray(this.filteredActions[0])

@ -69,7 +69,6 @@ export default {
element.appendChild(this.element);
const elementForFocus = this.getElementForFocus() || element;
this.$nextTick(() => {
console.log('buttons', this.buttons);
elementForFocus.focus();
});
},