1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-22 08:18:34 +08:00
parent b4285c26a3
commit df5a01a1f2

View File

@ -936,13 +936,10 @@ Volcanos(chat.ONMOTION, {_init: function(can, target) {
var left = can.page.width()-width-html.PLUGIN_MARGIN, top = can.page.height()-height-margin
can.page.style(can, target, html.LEFT, left, html.TOP, top)
target.onclick = function(event) {
// can.onkeymap.prevent(event)
can.page.Select(can, document.body, html.FIELDSET_FLOAT, function(_target) {
can.page.style(can, _target, "z-index", _target == target? 9: 8)
})
}
debugger
target.click()
}, target.click()
},
clear: function(can, target) { return can.page.Modify(can, target||can._output, ""), target },
filter: function(can, value) {