diff --git a/src/components/common/TextInput.vue b/src/components/common/TextInput.vue index c318a01f..0c118b88 100644 --- a/src/components/common/TextInput.vue +++ b/src/components/common/TextInput.vue @@ -10,6 +10,9 @@ type="text" class="input input-sm join-item input-bordered w-full" :placeholder="placeholder || ''" + @touchstart.stop + @touchmove.stop + @touchend.stop /> {{ typeDescription }} { const { scrollWidth, clientWidth } = target if (scrollWidth > clientWidth) { - showTip(e, target.innerText) + showTip(e, target.innerText, { + delay: [500, 0], + }) } } diff --git a/src/components/sidebar/ConnectionCtrl.tsx b/src/components/sidebar/ConnectionCtrl.tsx index b007d940..352d879a 100644 --- a/src/components/sidebar/ConnectionCtrl.tsx +++ b/src/components/sidebar/ConnectionCtrl.tsx @@ -57,7 +57,7 @@ export default defineComponent({ const sortForCards = (
{t('sortBy')} -
+