MCPcopy Create free account
hub / github.com/CatMuse/HiNote / openCommentPanel

Function openCommentPanel

src/commands/openCommentPanel.ts:8–15  ·  view source on GitHub ↗
(
    plugin: Plugin,
    windowManager: WindowManager,
    ensureInitialized: () => Promise<void>
)

Source from the content-addressed store, hash-verified

6 * 在右侧边栏打开评论面板命令
7 */
8export async function openCommentPanel(
9 plugin: Plugin,
10 windowManager: WindowManager,
11 ensureInitialized: () => Promise<void>
12): Promise<void> {
13 await ensureInitialized();
14 await windowManager.openCommentPanelInSidebar();
15}
16
17/**
18 * 注册命令

Callers 1

Calls 1

Tested by

no test coverage detected