From 9b7c7f34917ffdf1c1df354ce50355a0eb6c390b Mon Sep 17 00:00:00 2001 From: Dejan Lukic Date: Tue, 28 Aug 2018 11:04:17 +1000 Subject: [PATCH] Fix #101 - Make restoreFocusOnClose false by default --- paper-menu-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-menu-button.js b/paper-menu-button.js index 644d27a..fc9711e 100644 --- a/paper-menu-button.js +++ b/paper-menu-button.js @@ -276,7 +276,7 @@ export const PaperMenuButton = Polymer({ /** * Whether focus should be restored to the button when the menu closes. */ - restoreFocusOnClose: {type: Boolean, value: true}, + restoreFocusOnClose: {type: Boolean, value: false}, /** * This is the element intended to be bound as the focus target