mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
call click when changing table by arrow
This commit is contained in:
@@ -841,6 +841,10 @@
|
||||
export function createAppObjectMenu(data) {
|
||||
return createDatabaseObjectMenu(data);
|
||||
}
|
||||
|
||||
export function handleObjectClick(data, forceNewTab = false, preventPreviewMode = false) {
|
||||
return handleDatabaseObjectClick(data, forceNewTab, preventPreviewMode);
|
||||
}
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user