update
parent
ebb04518d1
commit
5cf6d277cb
|
@ -559,9 +559,9 @@ export default class Input {
|
||||||
.join('')
|
.join('')
|
||||||
this.__LIST__.firstElementChild.firstElementChild.innerHTML = html
|
this.__LIST__.firstElementChild.firstElementChild.innerHTML = html
|
||||||
this.__LIST__.classList.toggle('show', true)
|
this.__LIST__.classList.toggle('show', true)
|
||||||
this.__LIST__.style.cssText = `left:${x}px;top:${
|
this.__LIST__.style.cssText = `left:${x}px;top:${y +
|
||||||
y + height + 5
|
height +
|
||||||
}px;width:${width}px;`
|
5}px;width:${width}px;`
|
||||||
} else {
|
} else {
|
||||||
this.__LIST__.classList.toggle('show', false)
|
this.__LIST__.classList.toggle('show', false)
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue