mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
♻️
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user