From accb6b49891b2a9e49da55d028ddd94ab68fe97d Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 19 Jun 2022 22:31:01 +0800 Subject: [PATCH] opt some --- frame.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frame.js b/frame.js index ccbf4dbc..3b200778 100644 --- a/frame.js +++ b/frame.js @@ -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) } },