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`.