refactor
parent
50cdcfa025
commit
a5f37d0735
|
@ -2249,7 +2249,7 @@ export default {
|
||||||
else
|
else
|
||||||
focusableElements[focusedIndex - 1].focus();
|
focusableElements[focusedIndex - 1].focus();
|
||||||
}
|
}
|
||||||
else {debugger;
|
else {
|
||||||
if (focusedIndex === -1) {
|
if (focusedIndex === -1) {
|
||||||
if (this.timeOnly) {
|
if (this.timeOnly) {
|
||||||
focusableElements[0].focus();
|
focusableElements[0].focus();
|
||||||
|
@ -2369,10 +2369,6 @@ export default {
|
||||||
this.overlayVisible = false;
|
this.overlayVisible = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Tab': {
|
|
||||||
console.log('inline')
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue