Skip to content

Commit

Permalink
add third argument suppressEvent to togglePane function
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Oct 6, 2016
1 parent 1a2af13 commit 678765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/viewer/_LayoutMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ define([
addTopics: function () {
// toggle a sidebar pane
topic.subscribe('viewer/togglePane', lang.hitch(this, function (args) {
this.togglePane(args.pane, args.show);
this.togglePane(args.pane, args.show, args.suppressEvent);
}));

// load a widget
Expand Down

0 comments on commit 678765e

Please sign in to comment.