1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-24 10:43:58 +09:00

fix MkSelect.vue

This commit is contained in:
NoriDev 2024-11-15 13:15:46 +09:00
parent 50786b691c
commit 1088a8e0e1

View File

@ -132,10 +132,6 @@ watch(modelValue, () => {
}, { immediate: true });
function show() {
if (inputEl.value && inputEl.value.hasAttribute('disabled')) {
return;
}
if (opening.value) return;
focus();