mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
db app obj WIP
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
testEnabled: () => getCurrentEditor() != null,
|
||||
onClick: () => getCurrentEditor().find(),
|
||||
});
|
||||
|
||||
export const matchingProps = ['conid', 'database', 'schemaName', 'pureName', 'objectTypeField'];
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
@@ -59,7 +61,7 @@
|
||||
let domToolStrip;
|
||||
|
||||
$: if ($tabVisible && domEditor) {
|
||||
domEditor?.getEditor()?.focus();
|
||||
// domEditor?.getEditor()?.focus();
|
||||
}
|
||||
|
||||
export function find() {
|
||||
|
||||
Reference in New Issue
Block a user