@titaui/pc 1.16.39-beta.3 → 1.16.39-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -217,6 +217,8 @@ var MblogContent = /*#__PURE__*/function (_PureComponent) {
217
217
  editable: true,
218
218
  showToolbar: false,
219
219
  withMentions: true,
220
+ onKeyUp: this._handlerKeyUp,
221
+ onKeyDown: this._handlerKeyDown,
220
222
  initialState: {},
221
223
  onDocChange: this.onChangeEditor,
222
224
  placeholder: placeholderText
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.39-beta.3",
3
+ "version": "1.16.39-beta.4",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",