mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
♻️
This commit is contained in:
parent
7b9163d480
commit
96bb7c4f39
2 changed files with 91 additions and 92 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue