Skip to content

Commit

Permalink
[MD settings] keep side nav open on advanced click
Browse files Browse the repository at this point in the history
This CL keeps the side nav (sidebar) open when the advanced submenu is
toggled. (Fixes regression).

BUG=None (follow up to cl 2651103003)
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2659593004
Cr-Commit-Position: refs/heads/master@{#446521}
  • Loading branch information
dschuyler authored and Commit bot committed Jan 27, 2017
1 parent 80cd4e0 commit 1ef6f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Polymer({
* @private
*/
onIronActivate_: function(event) {
if (event.detail.item.id != 'advancedPage')
if (event.detail.item.id != 'advancedSubmenu')
this.$.drawer.closeDrawer();
},

Expand Down

0 comments on commit 1ef6f86

Please sign in to comment.