focusable databases WIP

This commit is contained in:
SPRINX0\prochazka
2024-11-25 13:46:16 +01:00
parent 398d9f15df
commit a37b74f693
6 changed files with 111 additions and 29 deletions

View File

@@ -125,6 +125,10 @@
if (matcher && !matcher(filter)) return false;
return true;
});
export function focus() {
domListHandler?.focusFirst();
}
</script>
{#if $status && $status.name == 'error'}