Github user benkeen commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/664#discussion_r56734795
  
    --- 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 --
    
    Those are actually okay. The other occurrences of that method are specific 
to the standard query tray used in Fauxton, so that's fine: they can keep their 
own event handler. 
    
    This ticket's just so I can re-use the QueryButtons component elsewhere.


---
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.
---

Reply via email to