mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
context menu
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
export let onChange;
|
||||
export let conid;
|
||||
export let database;
|
||||
// export let menu;
|
||||
export let menu;
|
||||
|
||||
let domCanvas;
|
||||
|
||||
@@ -286,7 +286,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
<div class="wrapper" use:contextMenu={menu}>
|
||||
{#if !(tables?.length > 0)}
|
||||
<div class="empty">Drag & drop tables or views from left panel here</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user