From 5e15a0ee901f5f63b56a374d4840a024fcdac762 Mon Sep 17 00:00:00 2001 From: zsmj Date: Wed, 8 Jun 2022 09:48:28 +0800 Subject: [PATCH] =?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) {