Skip to content

Commit

Permalink
Fixed diff not being selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackDuba committed May 24, 2024
1 parent bc90b46 commit 62c9f11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/kotlin/com/jetpackduba/gitnuro/ui/diff/Diff.kt
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ fun Diff(
.fillMaxSize()
.focusable()
.focusRequester(focusRequester)
.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null
) {}
.onPreviewKeyEvent { keyEvent ->
if (keyEvent.matchesBinding(KeybindingOption.EXIT) && keyEvent.type == KeyEventType.KeyDown) {
onCloseDiffView()
Expand Down

0 comments on commit 62c9f11

Please sign in to comment.