mirror of
https://shylinux.com/x/volcanos
synced 2025-04-28 18:02:02 +08:00
opt some
This commit is contained in:
parent
46a55e0725
commit
accb6b4989
1
frame.js
1
frame.js
@ -976,6 +976,7 @@ Volcanos("onmotion", {help: "动态特效", list: [], _init: function(can, targe
|
|||||||
copy: function(can, target, text, cb) {
|
copy: function(can, target, text, cb) {
|
||||||
target.title = "点击复制", target.onclick = function(event) {
|
target.title = "点击复制", target.onclick = function(event) {
|
||||||
can.user.copy(event, can, text||target.innerText)
|
can.user.copy(event, can, text||target.innerText)
|
||||||
|
can.request(event, kit.Dict(ice.MSG_HANDLE, ice.TRUE))
|
||||||
can.base.isFunc(cb) && cb(event)
|
can.base.isFunc(cb) && cb(event)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user