From 69f3f2fdce4ae21a037ca61d753279efcc70f0ec Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 23 May 2017 10:17:06 -0400 Subject: PLT-6282 Make post list stay visible when post textbox height changes (#6323) * PLT-6282 Changed post drafts to use an action when being stored * PLT-6282 Triggered post list to update scroll position when post draft changes * PLT-6282 Changed SuggestionBox to complete suggestions without an event --- webapp/utils/constants.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 619d37a74..8ab3fc15e 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -92,6 +92,7 @@ export const ActionTypes = keyMirror({ RECEIVED_ADD_MENTION: null, RECEIVED_POST_PINNED: null, RECEIVED_POST_UNPINNED: null, + POST_DRAFT_CHANGED: null, RECEIVED_PROFILES: null, RECEIVED_PROFILES_IN_TEAM: null, -- cgit v1.2.3-1-g7c22