From 0e5c61a5a434dd16ecc2bfeebfbdc46833425b65 Mon Sep 17 00:00:00 2001 From: Akhil G Krishnan Date: Mon, 31 Jul 2023 20:04:09 +0530 Subject: [PATCH] Removed word repetition from the comment --- src/trix/config/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-/),