提交 d892c847 编写于 作者: S Sercan

resolves #92 (with jquery ui)

上级 adfd114a
......@@ -33,6 +33,12 @@ Template.selector.onRendered(function () {
// }
//});
divSelector.data('editor', codeMirror);
$('.CodeMirror').resizable({
resize: function () {
codeMirror.setSize($(this).width(), $(this).height());
}
});
}
else {
codeMirror = divSelector.data('editor');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册