From 2a3850298c648c18bd3bdf417e9b72fd0507d543 Mon Sep 17 00:00:00 2001 From: InAnYan Date: Sat, 7 Dec 2024 14:28:48 +0200 Subject: [PATCH] Add link to 0036 to 0042 --- docs/decisions/0036-use-textarea-for-chat-content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/decisions/0036-use-textarea-for-chat-content.md b/docs/decisions/0036-use-textarea-for-chat-content.md index f54e31b8a8a..f54b7fe56f8 100644 --- a/docs/decisions/0036-use-textarea-for-chat-content.md +++ b/docs/decisions/0036-use-textarea-for-chat-content.md @@ -77,6 +77,8 @@ There seems to be [only one package](https://github.com/JPro-one/markdown-javafx ## More Information +This ADR is highly linked to [ADR-0042](./0042-use-webview-for-summarization-content.md). + Actually we used an `ExpandingTextArea` from `GemsFX` package so the content can occupy as much space as it needs in the `ScrollPane`.