mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
76a97837f3
commit
4f80806c45
@ -5,8 +5,7 @@ const CURRENT_FILE = "web.code.inner:currentFile", SELECT_LINE = "selectLine"
|
|||||||
const VIEW_CREATE = "tabview.view.create", VIEW_REMOVE = "tabview.view.remove", LINE_SELECT = "tabview.line.select"
|
const VIEW_CREATE = "tabview.view.create", VIEW_REMOVE = "tabview.view.remove", LINE_SELECT = "tabview.line.select"
|
||||||
Volcanos(chat.ONIMPORT, {
|
Volcanos(chat.ONIMPORT, {
|
||||||
_init: function(can, msg, cb) { can.onappend.style(can, code.INNER), can.Mode(msg.Option("mode")||can.Mode())
|
_init: function(can, msg, cb) { can.onappend.style(can, code.INNER), can.Mode(msg.Option("mode")||can.Mode())
|
||||||
if (can.Mode() == ice.MSG_RESULT) {
|
if (can.Mode() == ice.MSG_RESULT) { can.Conf("_width", can.ConfWidth())
|
||||||
can.Conf("_width", can.ConfWidth())
|
|
||||||
msg.result = msg.result||[can._output.innerHTML], can.Mode(chat.SIMPLE), can.sup.Mode(chat.SIMPLE)
|
msg.result = msg.result||[can._output.innerHTML], can.Mode(chat.SIMPLE), can.sup.Mode(chat.SIMPLE)
|
||||||
}
|
}
|
||||||
can.onmotion.clear(can, can._output), msg.result = msg.result||[""]
|
can.onmotion.clear(can, can._output), msg.result = msg.result||[""]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user