Added .ol-select in a select (icon menu) and some title/tooltips.

This commit is contained in:
PeekabooSteam
2023-03-07 08:59:36 +00:00
parent 3911b8fefe
commit 11a495f4ac
3 changed files with 40 additions and 21 deletions

View File

@@ -75,6 +75,8 @@ function setup() {
// Do open/close toggle
select.addEventListener( "click", ev => {
ev.preventDefault();
ev.stopPropagation();
select.classList.toggle( "is-open" );
});