Skip to content

Commit

Permalink
Merge pull request #1074 from akhilgkrishnan/removed-word-repetition
Browse files Browse the repository at this point in the history
Removed word repetition from the comment
  • Loading branch information
Alberto Fernández-Capel authored Aug 1, 2023
2 parents d25a68a + 0e5c61a commit fda14c5
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 fda14c5

Please sign in to comment.