chordsheetjs 12.1.0 → 12.1.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/lib/bundle.js +1 -1
- package/lib/bundle.min.js +35 -35
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/module.js +1 -1
- package/lib/module.js.map +1 -1
- package/package.json +2 -1
package/lib/bundle.js
CHANGED
|
@@ -23676,7 +23676,7 @@ Or set the song key before changing key:
|
|
|
23676
23676
|
formatItemBottom(item, metadata, line) {
|
|
23677
23677
|
if (item instanceof (0, $7251dad5f4a4c35f$export$2e2bcd8739ae039) && item.isRenderable()) return item.label;
|
|
23678
23678
|
if (item instanceof (0, $551a223fc13b5c10$export$2e2bcd8739ae039)) return (0, $28a2fcb6fb95a147$export$bc3bea8325045070)(item.lyrics || "", this.chordLyricsPairLength(item, line));
|
|
23679
|
-
if ("evaluate" in item) return item
|
|
23679
|
+
if ("evaluate" in item) return (0, $f9c5006b26957916$export$fef61f332f2c0afc)(item, metadata, this.configuration);
|
|
23680
23680
|
return "";
|
|
23681
23681
|
}
|
|
23682
23682
|
constructor(...args) {
|