diff --git a/src/main.ts b/src/main.ts index 1a2927f..3283b95 100644 --- a/src/main.ts +++ b/src/main.ts @@ -409,6 +409,7 @@ window.onload = function () { controlOptionDom.classList.toggle('visible') } controlOptionDom.onmousedown = function (evt) { + controlOptionDom.classList.toggle('visible') const li = evt.target as HTMLLIElement const type = li.dataset.control switch (type) {