summaryrefslogtreecommitdiffstats
path: root/web/react/components/settings_sidebar.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-08 10:03:54 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-08 10:03:54 -0500
commit49fa15c592a859aefbcad502244c4d10071ad519 (patch)
treed66bfa991e5a834fedcf1ecc277702bb4ceae777 /web/react/components/settings_sidebar.jsx
parent9eab1b307184a7b19387d16121bb83c6f189f7bc (diff)
parentb934dfc059ea2863c0760d4cd2f7ebe7be860c3c (diff)
downloadchat-49fa15c592a859aefbcad502244c4d10071ad519.tar.gz
chat-49fa15c592a859aefbcad502244c4d10071ad519.tar.bz2
chat-49fa15c592a859aefbcad502244c4d10071ad519.zip
Merge pull request #2376 from asaadmahmoodspin/ui-improvements
Multiple UI improvements
Diffstat (limited to 'web/react/components/settings_sidebar.jsx')
-rw-r--r--web/react/components/settings_sidebar.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/react/components/settings_sidebar.jsx b/web/react/components/settings_sidebar.jsx
index 90c0e8435..da8001f6f 100644
--- a/web/react/components/settings_sidebar.jsx
+++ b/web/react/components/settings_sidebar.jsx
@@ -4,10 +4,6 @@
import * as Utils from '../utils/utils.jsx';
export default class SettingsSidebar extends React.Component {
- componentDidUpdate() {
- $('.settings-modal').find('.modal-body').scrollTop(0);
- $('.settings-modal').find('.modal-body').perfectScrollbar('update');
- }
constructor(props) {
super(props);