diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-06 18:02:45 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-06 18:02:45 -0400 |
commit | a8a08b75ba26e420bf27d56968b714d46a18f145 (patch) | |
tree | f1d37ac80875280ec4e513bfc45d9c0d73e287a5 /src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js | |
parent | f2acb528bf3a886bc3a27d04b7f4366c827bfd0b (diff) |
content: gAIPCommentaryChunkedList: no absorb on flash annotations
Diffstat (limited to 'src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js')
-rw-r--r-- | src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js b/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js index fe2ff70a..d0c5e14e 100644 --- a/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js +++ b/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js @@ -264,7 +264,10 @@ export default { item.slots({ annotation: (annotation - ? annotation.slot('mode', 'inline') + ? annotation.slots({ + mode: 'inline', + absorbPunctuationFollowingExternalLinks: false, + }) : null), content: |