From 2130518fe6a2202827acb719a3471cbb1ff80053 Mon Sep 17 00:00:00 2001 From: armandgray Date: Mon, 26 Feb 2018 14:28:29 -0800 Subject: [PATCH] [#154459087][#154459014] adding default value to true for isSelectionChangeHandled --- src/MentionsTextInput.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MentionsTextInput.js b/src/MentionsTextInput.js index c124f9f..ef7e576 100644 --- a/src/MentionsTextInput.js +++ b/src/MentionsTextInput.js @@ -25,6 +25,7 @@ export default class MentionsTextInput extends Component { this.lastTriggerIndex = 0; this.triggerMatrix = []; this.isTrackingStarted = false; + this.isSelectionChangeHandled = true; } componentWillMount() {