@galacean/effects-plugin-rich-text 2.8.9 → 2.8.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player rich text plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 云垣
6
- * Version: v2.8.9
6
+ * Version: v2.8.11
7
7
  */
8
8
 
9
9
  'use strict';
@@ -1447,6 +1447,7 @@ exports.RichTextComponent = /*#__PURE__*/ function(MaskableGraphic) {
1447
1447
  if (!this.isDirty || !this.context || !this.canvas) {
1448
1448
  return;
1449
1449
  }
1450
+ this.updateStrategies();
1450
1451
  // 解析富文本
1451
1452
  this.generateTextProgram(this.text);
1452
1453
  var layout = this.textLayout;
@@ -1605,7 +1606,7 @@ EFFECTS.applyMixins(exports.RichTextComponent, [
1605
1606
 
1606
1607
  /**
1607
1608
  * 插件版本号
1608
- */ var version = "2.8.9";
1609
+ */ var version = "2.8.11";
1609
1610
  EFFECTS.registerPlugin("rich-text", RichTextLoader);
1610
1611
  EFFECTS.logger.info("Plugin rich text version: " + version + ".");
1611
1612
  if (version !== EFFECTS__namespace.version) {