Skip to content

Commit

Permalink
Restore missed drawerToggleAttribute (#187)
Browse files Browse the repository at this point in the history
Restore missed drawerToggleAttribute
  • Loading branch information
Elliott Marquez authored May 24, 2019
2 parents c935574 + 2495933 commit 7c1765f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paper-drawer-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@ Polymer({
*/
drawerWidth: {type: String, value: '256px'},

/**
* The attribute on elements that should toggle the drawer on tap, also
* elements will automatically be hidden in wide layout.
*/
drawerToggleAttribute: {type: String, value: 'paper-drawer-toggle'},

/**
* How many pixels on the side of the screen are sensitive to edge
* swipes and peek.
Expand Down

0 comments on commit 7c1765f

Please sign in to comment.