@fluid-topics/ft-reader-metadata 1.2.27 → 1.2.28
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.
|
@@ -66,7 +66,7 @@ class FtReaderMetadata extends withDateFormat(withI18n(FtReaderComponent)) {
|
|
|
66
66
|
}
|
|
67
67
|
renderChip(inFloatingMenu = false) {
|
|
68
68
|
var _a, _b, _c, _d, _e, _f;
|
|
69
|
-
let noTooltip = !this.forceTooltip && this.displayLabel && ((_a = this.flatMetadata) === null || _a === void 0 ? void 0 : _a.
|
|
69
|
+
let noTooltip = !this.forceTooltip && this.displayLabel && ((_a = this.flatMetadata) === null || _a === void 0 ? void 0 : _a.displayTooltipValue) == ((_b = this.flatMetadata) === null || _b === void 0 ? void 0 : _b.displayValue);
|
|
70
70
|
let chip = html `
|
|
71
71
|
<ft-chip part="chip"
|
|
72
72
|
exportpartsPrefix="chip"
|