MCPcopy
hub / github.com/027xiguapi/code-box / copyCodeFunc

Function copyCodeFunc

contents/php.tsx:110–118  ·  view source on GitHub ↗
(copyCode)

Source from the content-addressed store, hash-verified

108 }
109
110 function copyCodeFunc(copyCode) {
111 copyCode &&
112 document.addEventListener("copy", function (event) {
113 const selectedText = window.getSelection().toString()
114 event.clipboardData.setData("text/plain", selectedText)
115 event.preventDefault()
116 })
117 copyCodeCssFunc(copyCode)
118 }
119
120 // 关闭登录弹框
121 function closeLoginModalFunc() {

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

copyCodeCssFuncFunction · 0.70

Tested by

no test coverage detected