1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00
This commit is contained in:
harveyshao 2022-06-19 22:31:01 +08:00
parent 46a55e0725
commit accb6b4989

View File

@ -976,6 +976,7 @@ Volcanos("onmotion", {help: "动态特效", list: [], _init: function(can, targe
copy: function(can, target, text, cb) {
target.title = "点击复制", target.onclick = function(event) {
can.user.copy(event, can, text||target.innerText)
can.request(event, kit.Dict(ice.MSG_HANDLE, ice.TRUE))
can.base.isFunc(cb) && cb(event)
}
},