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

Added support for double clicking the project panel to close it #825

Closed

Conversation

ryanstewart
Copy link
Contributor

I found myself wanting to double click on the project panel to close it and realized I didn't support that use-case. So I added a double-click handler that will close the project panel when double clicking the re-sizer.

@@ -307,7 +311,6 @@ define(function (require, exports, module) {
$("#sidebar-resizer").on("mouseup.sidebar", function (e) {
$(".main-view").off("mousemove.sidebar");
startingSidebarPosition = $sidebar.width();
console.log(startingSidebarPosition);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I also found this stray console.log and removed it.

@njx
Copy link
Contributor

njx commented May 8, 2012

@jason-sanjose will review

@jasonsanjose
Copy link
Member

@ryanstewart Take a look at #845. It's easier for me to integrate this into #845 and close this pull request.

@ryanstewart
Copy link
Contributor Author

Sounds good! Integrate away.

@ghost ghost assigned jasonsanjose May 9, 2012
@ryanstewart
Copy link
Contributor Author

Closing this since it's going to be part of #845.

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