Skip to content

Commit

Permalink
Do not switch view saving after help window open
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jan 19, 2016
1 parent 6e76bad commit dab3748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CacheClassExplorer",
"version": "1.14.1",
"version": "1.14.2",
"description": "Class Explorer for InterSystems Caché",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion web/js/ClassView.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ ClassView.prototype.confirmRender = function (data) {
uml = joint.shapes.uml, relFrom, relTo,
classes = {}, connector;

this.switchViewSave(!!data.savedView);
if (this.cacheClassExplorer.PRIMARY) this.switchViewSave(!!data.savedView);

this.filterInherits(data);

Expand Down

0 comments on commit dab3748

Please sign in to comment.