Front-end implementation: Display current selection
This commit is contained in:
parent
4d055e38b3
commit
77bd9e1ab5
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
|||
option.appendTo(menurep.find("#menu"))
|
||||
});
|
||||
template.remove()
|
||||
menurep.find("#current-key").html(menurep.find(`#key-${wkd_config.chosen ? wkd_config.chosen : "none"}`).html())
|
||||
|
||||
return menurep
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue