summaryrefslogtreecommitdiffstats
path: root/webapp/utils/event_types.jsx
blob: 1d43f4290eb42d09ffb218231ae058c3c131cef6 (plain)
1
2
3
4
5
6
7
8
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

import keyMirror from 'key-mirror';

export default keyMirror({
    POST_LIST_SCROLL_CHANGE: null
});