From 206a2131619ef38634180a36251fa75ce4dfd37e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 3 Jul 2025 18:51:33 -0300 Subject: content: linkContribution: default preventWrapping to false --- src/content/dependencies/linkContribution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/dependencies/linkContribution.js') diff --git a/src/content/dependencies/linkContribution.js b/src/content/dependencies/linkContribution.js index c658d461..1db0373b 100644 --- a/src/content/dependencies/linkContribution.js +++ b/src/content/dependencies/linkContribution.js @@ -30,7 +30,7 @@ export default { trimAnnotation: {type: 'boolean', default: false}, - preventWrapping: {type: 'boolean', default: true}, + preventWrapping: {type: 'boolean', default: false}, preventTooltip: {type: 'boolean', default: false}, chronologyKind: {type: 'string'}, -- cgit 1.3.0-6-gf8a5