@acorex/platform 21.0.0-beta.6 → 21.0.0-beta.8

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.
@@ -436,7 +436,7 @@ class AXPEntityCategoryComponent {
436
436
  // Use setTimeout to ensure DOM is updated after tree reload
437
437
  setTimeout(() => {
438
438
  if (this.currentSearchValue().trim()) {
439
- this.highlightService.highlight('ax-tree-view .ax-truncate', this.currentSearchValue().trim());
439
+ this.highlightService.highlight('ax-tree-view .truncate', this.currentSearchValue().trim());
440
440
  }
441
441
  }, 100);
442
442
  }