()
| 335 | } |
| 336 | |
| 337 | hideModelList() { |
| 338 | this.modelList.style.display = "none" |
| 339 | this.modelFilter.value = this.currentSelection.value |
| 340 | this.modelFilter.style.cursor = "" |
| 341 | } |
| 342 | |
| 343 | toggleModelList(e) { |
| 344 | e.preventDefault() |
no outgoing calls
no test coverage detected