forked from x/volcanos
opt some
This commit is contained in:
parent
fb53df69a3
commit
699d7e7895
@ -87,7 +87,10 @@ Volcanos({name: "chat", panels: [
|
||||
}},
|
||||
profile: {name: "测试群", storm: {
|
||||
website: {name: "定制 website", index: [
|
||||
"web.chat.div", "web.chat.website",
|
||||
"web.chat.website",
|
||||
"web.chat.div",
|
||||
"web.code.vimer",
|
||||
"web.dream",
|
||||
]},
|
||||
release: {name: "发布 release", index: [
|
||||
"web.code.publish", "web.code.compile", "web.code.autogen", "web.code.git.server",
|
||||
|
@ -29,7 +29,7 @@ Volcanos("onfigure", {help: "控件详情", list: [], key: {
|
||||
can.onfigure.key._show(can, meta, cbs, target)
|
||||
}) },
|
||||
onkeydown: function(event, can, meta, cb, target, last) {
|
||||
if (target._figure) { if (!(can = target._can)) { return }
|
||||
if (target._figure && target._can) { can = target._can
|
||||
switch (event.key) { case lang.ENTER: can.close(); return }
|
||||
can.onmotion.selectTableInput(event, can, target, function() {
|
||||
can.run(event, [ctx.ACTION, mdb.INPUTS, meta.name, target.value], function(msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user