Merge "Remove unused _handleDropdownTap" into stable-3.3
This commit is contained in:
		@@ -145,7 +145,6 @@ export const htmlTemplate = html`
 | 
				
			|||||||
      slot="dropdown-content"
 | 
					      slot="dropdown-content"
 | 
				
			||||||
      attr-for-selected="data-value"
 | 
					      attr-for-selected="data-value"
 | 
				
			||||||
      selected="{{value}}"
 | 
					      selected="{{value}}"
 | 
				
			||||||
      on-tap="_handleDropdownTap"
 | 
					 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      <template
 | 
					      <template
 | 
				
			||||||
        is="dom-repeat"
 | 
					        is="dom-repeat"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user