@realsee/dnalogel 3.44.1 → 3.44.2

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/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # CHANGELOG
2
+ ## 3.44.2
3
+ - fix(PanoTagPlugin): 修复偶先走点后没有立即显示标签的问题。
4
+
2
5
  ## 3.44.1
3
6
  - fix(PanoTagPlugin): 标签的模型态入口开启时,在模型态下禁止自动展开。
4
7
 
@@ -16,7 +16,10 @@ export declare abstract class TagUtil extends BasePlugin.Controller<State, Plugi
16
16
  get container(): Element;
17
17
  set container(container: Element);
18
18
  config: Pick<Tags, 'globalConfig' | 'contentTypeConfig'>;
19
- renderQueue: Map<string, BaseTag[]>;
19
+ renderQueue: Map<string, {
20
+ keys: string[];
21
+ tags: BaseTag[];
22
+ }>;
20
23
  set tagsLengthWillUpdate(value: boolean);
21
24
  /** 插件参数 */
22
25
  protected params: {