This commit is contained in:
Alexander Klingenbeck 2023-05-31 01:23:35 +02:00
parent da5ce36250
commit 5876404cb2
1 changed files with 1 additions and 1 deletions

View File

@ -114,5 +114,5 @@ export const makeClickableText: Builder<ClickableText> = combine(makeInlineText,
withBoundingBox,
withMouseInteraction,
withComponent<HasTextDecoration>(obj => hasDefault(obj,'underlineWidth',1)),
which<Entity&HasMouseInteraction&HasBoundingBox>(checksBoundingBoxClicks),
which<ClickableText>(checksBoundingBoxClicks),
which(drawsClickableText))