refactor: New message context menu

This commit is contained in:
Christian Kußowski 2025-06-16 18:11:49 +02:00
commit 033feed6b1
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
10 changed files with 857 additions and 854 deletions

View file

@ -406,6 +406,7 @@ class InputBar extends StatelessWidget {
builder: (context, controller, focusNode) => TextField(
controller: controller,
focusNode: focusNode,
readOnly: readOnly,
contextMenuBuilder: (c, e) => markdownContextBuilder(c, e, controller),
contentInsertionConfiguration: ContentInsertionConfiguration(
onContentInserted: (KeyboardInsertedContent content) {