Skip to content

Commit

Permalink
Allow selection of all plugin events
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Apr 2, 2024
1 parent b19d854 commit a2b3c21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ private fun Plugin(
style = MaterialTheme.typography.titleLarge,
)

events.reversed().forEach {
SelectionContainer {
SelectionContainer {
events.reversed().forEach {
Text(buildAnnotatedString {
withStyle(
style = SpanStyle(
Expand Down

0 comments on commit a2b3c21

Please sign in to comment.