mirror of
https://github.com/nasa/openmct.git
synced 2025-03-20 11:05:19 +00:00
cleanup remove debug code
This commit is contained in:
parent
f68fdb03bc
commit
8dff9f1a25
src/api
@ -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();
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user