Github user robertkowalski commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/664#discussion_r55817171
--- Diff: app/addons/documents/queryoptions/queryoptions.react.jsx ---
@@ -343,6 +347,10 @@ A key value is the first parameter emitted in a map
function. For example emit("
Actions.toggleQueryBarVisibility(!this.props.contentVisible);
},
+ closeTray: function () {
+ Actions.toggleQueryBarVisibility(false);
--- End diff --
question: there are a few other occurences, like
https://github.com/apache/couchdb-fauxton/pull/664/files#diff-a9b641a64002ae88871f5b368a99f1beL351
-- i think we have to replace them, too in order to make the callbacks called
uniform?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---