()
| 802 | } |
| 803 | |
| 804 | show() { |
| 805 | this.element.style.display = "flex"; |
| 806 | this.setKeywords(""); |
| 807 | this.showSelection(""); |
| 808 | this.showMessage(""); |
| 809 | this.loadData(); |
| 810 | } |
| 811 | |
| 812 | close() { |
| 813 | this.element.style.display = "none"; |
no test coverage detected