This commit is contained in:
Vanessa 2024-11-11 12:26:15 +08:00
parent 7b9163d480
commit 96bb7c4f39
2 changed files with 91 additions and 92 deletions

View file

@ -88,7 +88,6 @@ export const loadPlugin = async (app: App, item: IPluginData) => {
return plugin;
};
const updateDock = (dockItem: Config.IUILayoutDockTab[], index: number, plugin: Plugin, type: string) => {
const dockKeys = Object.keys(plugin.docks);
dockItem.forEach((tabItem: Config.IUILayoutDockTab, tabIndex: number) => {