mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added .ol-select in a select (icon menu) and some title/tooltips.
This commit is contained in:
@@ -75,6 +75,8 @@ function setup() {
|
||||
|
||||
// Do open/close toggle
|
||||
select.addEventListener( "click", ev => {
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
select.classList.toggle( "is-open" );
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user