mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
solve overlaps alg layout
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import _ from 'lodash';
|
||||
import { getContext, onDestroy } from 'svelte';
|
||||
import { updateStatuBarInfoItem } from '../widgets/StatusBar.svelte';
|
||||
import { updateStatuBarInfoItem } from './statusBarStore';
|
||||
|
||||
function formatSeconds(duration) {
|
||||
if (duration == null) return '';
|
||||
|
||||
Reference in New Issue
Block a user