Skip to content

Commit

Permalink
Removed word repetition from the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Jul 31, 2023
1 parent d25a68a commit 0e5c61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trix/config/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
composesExistingText: /Android.*Chrome/.test(navigator.userAgent),

// Android 13, especially on Samsung keyboards, emits extra compositionend and beforeinput events
// that can make the input handler lose the the current selection or enter an infinite input -> render -> input
// that can make the input handler lose the current selection or enter an infinite input -> render -> input
// loop.
recentAndroid: androidVersion && androidVersion > 12,
samsungAndroid: androidVersion && navigator.userAgent.match(/Android.*SM-/),
Expand Down

0 comments on commit 0e5c61a

Please sign in to comment.