Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix this/self fail in LeftPanel #872

Merged
merged 2 commits into from
May 8, 2017
Merged

Fix this/self fail in LeftPanel #872

merged 2 commits into from
May 8, 2017

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented May 8, 2017

No description provided.

@@ -191,6 +191,7 @@ module.exports = React.createClass({
this.queryChangedDebouncer = setTimeout(() => {
// Only do search if there is something to search
if (query.length > 0 && query != '@') {
performance.mark('start');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks unintentional

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, thanks for spotting that.

Copy link
Contributor

@lukebarnard1 lukebarnard1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo calls to performance

@dbkr dbkr merged commit c01e8e8 into develop May 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants