Fix insertCommonEvent
This commit is contained in:
parent
f865914139
commit
bdab6ba0a7
@ -1642,7 +1642,7 @@ events.prototype._action_trigger = function (data, x, y, prefix) {
|
||||
|
||||
events.prototype._action_insert = function (data, x, y, prefix) {
|
||||
if (data.name) { // 公共事件
|
||||
core.insertCommonEvent(data.name);
|
||||
core.insertCommonEvent(data.name, data.args);
|
||||
}
|
||||
else {
|
||||
// 设置参数
|
||||
|
||||
Loading…
Reference in New Issue
Block a user