db app obj WIP

This commit is contained in:
SPRINX0\prochazka
2024-11-20 17:12:54 +01:00
parent 1216bcf9bf
commit 86186072ed
5 changed files with 182 additions and 156 deletions

View File

@@ -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() {