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

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.mjs 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.10
7
7
  */
8
8
 
9
9
  import * as EFFECTS from '@galacean/effects';
@@ -1424,6 +1424,7 @@ var RichTextComponent = /*#__PURE__*/ function(MaskableGraphic) {
1424
1424
  if (!this.isDirty || !this.context || !this.canvas) {
1425
1425
  return;
1426
1426
  }
1427
+ this.updateStrategies();
1427
1428
  // 解析富文本
1428
1429
  this.generateTextProgram(this.text);
1429
1430
  var layout = this.textLayout;
@@ -1582,7 +1583,7 @@ applyMixins(RichTextComponent, [
1582
1583
 
1583
1584
  /**
1584
1585
  * 插件版本号
1585
- */ var version = "2.8.9";
1586
+ */ var version = "2.8.10";
1586
1587
  registerPlugin("rich-text", RichTextLoader);
1587
1588
  logger.info("Plugin rich text version: " + version + ".");
1588
1589
  if (version !== EFFECTS.version) {