Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ys1231/MoveCertificate
/ hide
Function
hide
webdev/src/modal.ts:78–81 ·
view source on GitHub ↗
* 隐藏模态框
()
Source
from the content-addressed store, hash-verified
76
* 隐藏模态框
77
*/
78
function
hide(): void {
79
modalEl.style.display =
'none'
;
80
currentFileName = null;
81
}
82
83
/**
84
* 注册确认后的回调函数
Callers
1
createModal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected