diff --git a/src/trix/config/browser.js b/src/trix/config/browser.js index 3beb85249..fd373c30d 100644 --- a/src/trix/config/browser.js +++ b/src/trix/config/browser.js @@ -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-/),