summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-03 10:30:21 -0700
committernickago <ngonella@calpoly.edu>2015-08-12 09:28:54 -0700
commit41248959c838c050a34bd27558684a5f1aa8a7e9 (patch)
treea84cd368dca365cdd393959836751dc4bdb5867d /web/react
parent505865311e4758547a6cb65e78b1a9d885ed2745 (diff)
downloadchat-41248959c838c050a34bd27558684a5f1aa8a7e9.tar.gz
chat-41248959c838c050a34bd27558684a5f1aa8a7e9.tar.bz2
chat-41248959c838c050a34bd27558684a5f1aa8a7e9.zip
Filled out comments for post list
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/post_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 53aed9412..0abb3107e 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -91,7 +91,7 @@ module.exports = React.createClass({
// We resize if :
// 1. We are scrolled below the max scroll
- // 2. ???
+ // 2. Edge case similar to offscreen resizing
// 3. We changed zoom sizes
if (self.scrollPosition >= post_holder.scrollHeight ||
(self.oldScrollHeight !== post_holder.scrollHeight && self.scrollPosition >= self.oldScrollHeight) ||