mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
show pricing and better title format
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
|
||||
#render() {
|
||||
if (this.#selected === false) {
|
||||
this.#_selected.title = "";
|
||||
this.#_selected.innerHTML = "";
|
||||
|
||||
return;
|
||||
@@ -175,6 +176,7 @@
|
||||
|
||||
const selection = this.#options[this.#selected];
|
||||
|
||||
this.#_selected.title = selection.title;
|
||||
this.#_selected.innerHTML = selection.el.innerHTML;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user