diff --git a/core/chat/macos/desktop.js b/core/chat/macos/desktop.js index 3725f6eb..343bd84f 100644 --- a/core/chat/macos/desktop.js +++ b/core/chat/macos/desktop.js @@ -80,6 +80,7 @@ Volcanos(chat.ONIMPORT, { item.height = can.base.Max(html.DESKTOP_HEIGHT, item.height), item.width = can.base.Max(html.DESKTOP_WIDTH, item.width) if (can.base.isIn(item.index, web.CODE_VIMER)) { item.width = can.base.Max(1600, can.ConfWidth()), item.left = (can.ConfWidth()-item.width)/2 } item.style = {left: item.left, top: item.top, height: item.height, width: item.width} + item.type = html.PLUGIN can.onappend.plugin(can, item, function(sub) { can.ondetail.select(can, sub._target) can.page.style(can, sub._target, html.HEIGHT, item.height, html.WIDTH, item.width) var index = 0; can.core.Item({