@ -620,6 +620,7 @@ BI.Text = BI.inherit(BI.Single, {
doRedMark: function (keyword) {
var o = this.options;
// render之后做的doredmark,这个时候虽然标红了,但是之后text mounted执行的时候并没有keyword
o.keyword = keyword;
this.text.element.__textKeywordMarked__(o.text || o.value, keyword, o.py);
},
@ -35703,6 +35703,7 @@ BI.Text = BI.inherit(BI.Single, {
@ -36107,6 +36107,7 @@ BI.Text = BI.inherit(BI.Single, {
@ -35945,6 +35945,7 @@ BI.Text = BI.inherit(BI.Single, {
@ -36349,6 +36349,7 @@ BI.Text = BI.inherit(BI.Single, {
@ -24859,6 +24859,7 @@ BI.Text = BI.inherit(BI.Single, {
@ -88,6 +88,7 @@ BI.Text = BI.inherit(BI.Single, {