« get me outta code hell

content: generateTextWithTooltip: always blank w/ blank text - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateTooltip.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-11-30 18:49:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-11-30 18:50:17 -0400
commit1d83cd46e5ed23bd7d581efdac999a984c303f27 (patch)
tree837d7a152db889afc9d5c19d39b82778a24616ed /src/content/dependencies/generateTooltip.js
parent4e7803305a9b5149065416fda5fc01b4bdb34607 (diff)
content: generateTextWithTooltip: always blank w/ blank text
Resolves #528. No particular content changes in practice,
or at least none for commentary entries without dates.
(Maybe commentary entries which have date-retrieved
but not basic date???)
Diffstat (limited to 'src/content/dependencies/generateTooltip.js')
-rw-r--r--src/content/dependencies/generateTooltip.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/dependencies/generateTooltip.js b/src/content/dependencies/generateTooltip.js
index 8314d33c..b09ee230 100644
--- a/src/content/dependencies/generateTooltip.js
+++ b/src/content/dependencies/generateTooltip.js
@@ -22,6 +22,7 @@ export default {
     html.tag('span', {class: 'tooltip'},
       {[html.noEdgeWhitespace]: true},
       {[html.onlyIfContent]: true},
+      {[html.onlyIfSiblings]: true},
       slots.attributes,
 
       html.tag('span', {class: 'tooltip-content'},