mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: final snapshot and fixes before release
This commit is contained in:
@@ -308,6 +308,12 @@ export function createSelect({
|
||||
arrow.textContent = "↓";
|
||||
field.append(arrow);
|
||||
}
|
||||
|
||||
field.addEventListener("click", (e) => {
|
||||
if (e.target !== select) {
|
||||
select.showPicker();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
return field;
|
||||
|
||||
Reference in New Issue
Block a user