MCPcopy Create free account
hub / github.com/cutedCha/noteBoook / hideContinueReadingModal

Function hideContinueReadingModal

js/app.js:1121–1125  ·  view source on GitHub ↗

* 隐藏继续阅读弹窗

()

Source from the content-addressed store, hash-verified

1119 * 隐藏继续阅读弹窗
1120 */
1121function hideContinueReadingModal() {
1122 if (Elements.continueReadingModal) {
1123 Elements.continueReadingModal.classList.add('hidden');
1124 }
1125}
1126
1127/**
1128 * 处理"继续阅读"按钮点击

Callers 2

handleContinueReadingFunction · 0.85
handleStartFromBeginningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected