remove console
parent
30f792c0a5
commit
3d17b07c9e
|
@ -407,8 +407,6 @@ export default {
|
||||||
const selectedIndex = ObjectUtils.findIndexInList(item, this.d_selection);
|
const selectedIndex = ObjectUtils.findIndexInList(item, this.d_selection);
|
||||||
const selected = selectedIndex != -1;
|
const selected = selectedIndex != -1;
|
||||||
const metaSelection = this.itemTouched ? false : this.metaKeySelection;
|
const metaSelection = this.itemTouched ? false : this.metaKeySelection;
|
||||||
console.log(DomHandler.find(this.list, '.p-orderlist-item'));
|
|
||||||
console.log(index);
|
|
||||||
const selectedId = DomHandler.find(this.list, '.p-orderlist-item')[index].getAttribute('id');
|
const selectedId = DomHandler.find(this.list, '.p-orderlist-item')[index].getAttribute('id');
|
||||||
|
|
||||||
this.focusedOptionIndex = selectedId;
|
this.focusedOptionIndex = selectedId;
|
||||||
|
|
Loading…
Reference in New Issue