diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-19 13:15:57 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-19 13:25:08 -0300 |
| commit | aa8a28f7981955f75c8c5e75f6c67579de2ca712 (patch) | |
| tree | 1ae0f581fb90c2fc8671b56fd20947014096bfa8 /src/content/dependencies/linkExternal.js | |
| parent | f0ad070a65cb3ff0fe800a06891654a01190c5d5 (diff) | |
content: generateTextWithTooltip, etc: keyboard focus
Diffstat (limited to 'src/content/dependencies/linkExternal.js')
| -rw-r--r-- | src/content/dependencies/linkExternal.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/content/dependencies/linkExternal.js b/src/content/dependencies/linkExternal.js index ad8d4f23..841efda6 100644 --- a/src/content/dependencies/linkExternal.js +++ b/src/content/dependencies/linkExternal.js @@ -22,6 +22,11 @@ export default { mutable: false, }, + attributes: { + type: 'attributes', + mutable: false, + }, + suffixNormalContent: { type: 'html', mutable: false, @@ -178,6 +183,8 @@ export default { ], {[html.joinChildren]: ''}); } + linkAttributes.add(slots.attributes); + return html.tag('a', linkAttributes, linkContent); }, }; |