From 29415a6eb202a40c9334220841fbe6b6e64ccffd Mon Sep 17 00:00:00 2001 From: shy Date: Mon, 5 Aug 2024 02:10:14 +0800 Subject: [PATCH] add some --- plugin/table.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/table.js b/plugin/table.js index faccb9ba..67a3cc79 100644 --- a/plugin/table.js +++ b/plugin/table.js @@ -317,7 +317,9 @@ Volcanos(chat.ONLAYOUT, { cmd: function(can, height, width) { can.onlayout._init(can, height, width) }, }) Volcanos(chat.ONEXPORT, { - title: function(can, title) { can.sup.onexport.title.apply(can.sup.onexport, [can.sup].concat(can.core.List(arguments).slice(1))) }, + title: function(can, title) { + can.sup.onexport.title.apply(can.sup.onexport, [can.sup].concat(can.core.List(arguments).slice(1))) + }, action_value: function(can, key, def) { var value = can.Action(key); return can.base.isIn(value, ice.AUTO, key, undefined)? def: value }, tabs: function(can) {}, tool: function(can) { can.misc.sessionStorage(can, [can.ConfIndex(), "tool"], JSON.stringify(can.page.Select(can, can._status, html.LEGEND, function(target) { return target._meta }))) },