Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ destroy
Method
destroy
src/views/selection/SelectionManager.ts:164–168 ·
view source on GitHub ↗
* 清理资源
()
Source
from the content-addressed store, hash-verified
162
* 清理资源
163
*/
164
destroy() {
165
this.selectionBoxController.destroy();
166
// 清除选择状态
167
this.clearSelection();
168
}
169
}
Callers
1
cleanupRenderedCards
Method · 0.45
Calls
1
clearSelection
Method · 0.95
Tested by
no test coverage detected