Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

varInspector close event fix #9

Merged
merged 1 commit into from
Oct 15, 2017

Conversation

meain
Copy link
Contributor

@meain meain commented Oct 15, 2017

varInspector on close (using close button rather than 'v') event to set variable to null

main.js Outdated
@@ -19,13 +19,17 @@ function openVariableInspector () {
protocol: "file:",
slashes: true
}));

varInspector.on('close', () => {
// varInspector = null;
Copy link
Owner

Choose a reason for hiding this comment

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

Is this supposed to be commented?

@meain meain force-pushed the bugfix-varinspector-close branch from afa7e3e to 44bce1e Compare October 15, 2017 05:54
@meain
Copy link
Contributor Author

meain commented Oct 15, 2017

Oops. Fixed it. I have amended to the original commit to keep the git history clean.

@agermanidis
Copy link
Owner

great, thanks!

@agermanidis agermanidis merged commit 238e0e5 into agermanidis:master Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants