Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ updateViewToMainMode
Method
updateViewToMainMode
src/plugin/WindowManager.ts:125–127 ·
view source on GitHub ↗
* 更新视图为主窗口模式 * @param view 评论视图
(view: HiNoteView)
Source
from the content-addressed store, hash-verified
123
* @param view 评论视图
124
*/
125
private
async
updateViewToMainMode(view: HiNoteView): Promise<void> {
126
await
view.setMainWindowMode(true, true);
127
}
128
}
Callers
1
openCommentPanelInMainWindow
Method · 0.95
Calls
1
setMainWindowMode
Method · 0.80
Tested by
no test coverage detected