asap-feed-beta 12.7.8 → 12.7.9

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.
@@ -2591,8 +2591,8 @@
2591
2591
  function () {
2592
2592
  var _this = this;
2593
2593
  this.loadVisibilityControls();
2594
+ this.item.linkifiedTitle = this.sanitizedLinkify(this.item.title);
2594
2595
  if (this.item.files && this.item.files.length > 0) {
2595
- this.item.linkifiedTitle = this.sanitizedLinkify(this.item.title);
2596
2596
  this.item.files.map((/**
2597
2597
  * @param {?} feed
2598
2598
  * @return {?}