From d6c6147187e65ae3f09f0991f7dc79dee45d09a5 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 20 Sep 2021 14:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E8=87=AA=E5=8A=A8watch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/4.widget.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/4.widget.js b/src/core/4.widget.js index 3c76213ab..cdb9c213d 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -171,9 +171,9 @@ this.element.addClass(o.cls); } } - if (o.key != null) { - this.element.attr("key", o.key); - } + // if (o.key != null) { + // this.element.attr("key", o.key); + // } if (o.attributes) { this.element.attr(o.attributes); }