mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 01:46:01 +00:00
fix
This commit is contained in:
@@ -26,11 +26,13 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<TabContent />
|
<TabContent />
|
||||||
</div>
|
</div>
|
||||||
<div
|
{#if $selectedWidget}
|
||||||
class="horizontal-split-handle splitter"
|
<div
|
||||||
use:splitterDrag={'clientX'}
|
class="horizontal-split-handle splitter"
|
||||||
on:resizeSplitter={e => leftPanelWidth.update(x => x + e.detail)}
|
use:splitterDrag={'clientX'}
|
||||||
/>
|
on:resizeSplitter={e => leftPanelWidth.update(x => x + e.detail)}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
{#if $visibleCommandPalette}
|
{#if $visibleCommandPalette}
|
||||||
<div class="commads">
|
<div class="commads">
|
||||||
<CommandPalette />
|
<CommandPalette />
|
||||||
|
|||||||
Reference in New Issue
Block a user