Skip to content

Commit

Permalink
Fix mouse out registering a click in squoosh (#1794)
Browse files Browse the repository at this point in the history
Fixes #1791
  • Loading branch information
rylin8 authored Nov 15, 2024
1 parent 0f7e8c9 commit 6960284
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ internal fun Modifier.squooshInteraction(
null, // no undo
)
}
// Execute tap callback if one exists
tapCallback?.invoke()
}

tapCallback?.invoke()
}
)
}
Expand Down

0 comments on commit 6960284

Please sign in to comment.