zan-richtext
Advanced tools
Comparing version 4.5.1 to 4.5.2
@@ -91,2 +91,6 @@ 'use strict'; | ||
var onPressEnter = function onPressEnter(e) { | ||
e && typeof e.preventDefault === 'function' && e.preventDefault(); | ||
}; | ||
return _react2['default'].createElement( | ||
@@ -121,2 +125,3 @@ 'div', | ||
}, | ||
onPressEnter: onPressEnter, | ||
component: InputField | ||
@@ -123,0 +128,0 @@ }) |
{ | ||
"name": "zan-richtext", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "基于 UEditor 的 React 富文件编辑器", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -78,1 +78,6 @@ ## zan-richtext | ||
| uploadImageRule | 七牛图片规则 | string | '!730x0.jpg' | | ||
### 更新日志 | ||
#### 4.5.2 (2017-12-06) | ||
- [bug fix] 禁用插入链接弹窗敲回车自动提交表单的问题 |
Sorry, the diff of this file is too big to display
1337072
37052
83