mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
focusable databases WIP
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
if (matcher && !matcher(filter)) return false;
|
||||
return true;
|
||||
});
|
||||
|
||||
export function focus() {
|
||||
domListHandler?.focusFirst();
|
||||
}
|
||||
</script>
|
||||
|
||||
{#if $status && $status.name == 'error'}
|
||||
|
||||
Reference in New Issue
Block a user