added fuse search

This commit is contained in:
2025-06-19 23:29:22 +02:00
parent 8b7a51c5bd
commit f555dbad4f
6 changed files with 47 additions and 57 deletions

View File

@ -176,12 +176,6 @@ const checkInput = () => {
const { copy, copied } = useClipboard()
const { t } = useI18n()
onKeyStroke('a', (event) => {
if (event.ctrlKey) {
event.stopImmediatePropagation()
}
})
</script>
<i18n lang="yaml">