From f87f4686c9ff1bdc2375ab12675c263ae5616339 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 24 Jul 2024 21:54:32 +0800 Subject: [PATCH] opt some --- plugin/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/table.js b/plugin/table.js index 6ad913b9..ce0b363a 100644 --- a/plugin/table.js +++ b/plugin/table.js @@ -267,7 +267,7 @@ Volcanos(chat.ONIMPORT, { sub.onaction.close = function() { can.onmotion.hidden(can, target) }, can.base.isFunc(cb) && cb(sub) }, target, field) }, - float: function(can, index, args) { args = args||[] + _float: function(can, index, args) { args = args||[] can.user.isMobile? can.user.jumps(can.misc.MergePodCmd(can, {cmd: index+"/"+args.join("/")})): can.onappend._float(can, index, args) }, })