From 5e15a0ee901f5f63b56a374d4840a024fcdac762 Mon Sep 17 00:00:00 2001 From: zsmj <zsmj1994@gmail.com> Date: Wed, 8 Jun 2022 09:48:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?REPORT-72441=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=88=9D=E5=A7=8Bwatermark=E4=B8=BA=E7=A9=BA=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B,=E5=90=8E=E7=BB=ADsetWatermark=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=87=8D=E5=8F=A0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/editor/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/single/editor/editor.js b/src/base/single/editor/editor.js index 2d9941bb4..364044c1b 100644 --- a/src/base/single/editor/editor.js +++ b/src/base/single/editor/editor.js @@ -261,6 +261,7 @@ BI.Editor = BI.inherit(BI.Single, { }); } this.watermark.setText(v); + this._checkWaterMark(); }, _setErrorVisible: function (b) { From f583ee614482fc07939024df21604c935be16cfa Mon Sep 17 00:00:00 2001 From: data <dep@finereport.com> Date: Wed, 8 Jun 2022 11:44:13 +0800 Subject: [PATCH 2/2] auto upgrade version to 2.0.20220608114407 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32b6ce0ce..927e5a52a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fineui", - "version": "2.0.20220608113455", + "version": "2.0.20220608114407", "description": "fineui", "main": "dist/fineui.min.js", "types": "dist/lib/index.d.ts",