mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 00:06:01 +00:00
use get_current_component from svelte/internal
This commit is contained in:
@@ -9,7 +9,7 @@ export interface GlobalCommand {
|
||||
id: string;
|
||||
category: string;
|
||||
name: string;
|
||||
text: string /* category: name */;
|
||||
text?: string /* category: name */;
|
||||
keyText?: string;
|
||||
getSubCommands?: () => SubCommand[];
|
||||
onClick?: Function;
|
||||
|
||||
Reference in New Issue
Block a user