Skip to content

Commit

Permalink
fixup! TW-1161: apply new solution for paste and copy shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
sherlockvn committed Dec 26, 2023
1 parent 6c505e3 commit d04ccd2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/pages/chat/input_bar/input_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,6 @@ class InputBar extends StatelessWidget with PasteImageMixin {
scrollController: suggestionScrollController,
focusSuggestionController: focusSuggestionController,
),
decorationBuilder: (context, widget) => Container(
decoration: BoxDecoration(
borderRadius:
BorderRadius.circular(InputBarStyle.suggestionBorderRadius),
),
child: widget,
),
),
);
}
Expand Down

0 comments on commit d04ccd2

Please sign in to comment.