Browse Source

无JIRA任务 看一下文档demo的水印是否有问题

es6
windy 3 years ago
parent
commit
22c88a5497
  1. 1
      src/base/single/editor/editor.textarea.js

1
src/base/single/editor/editor.textarea.js

@ -114,6 +114,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, {
disabled: o.disabled,
hgap: 6,
vgap: o.height > 24 ? 4 : 2,
height: o.height > 24 ? "" : o.height,
});
this.watermark.element.bind({
mousedown: function (e) {

Loading…
Cancel
Save