Chromium Code Reviews| Index: chrome/browser/resources/md_bookmarks/router.html |
| diff --git a/chrome/browser/resources/md_bookmarks/router.html b/chrome/browser/resources/md_bookmarks/router.html |
| index f9308fdcf1803c33aa65c26cd2f4b27c6c533902..ba6454b2cb2013b3db7ab70b06d65394414f3cca 100644 |
| --- a/chrome/browser/resources/md_bookmarks/router.html |
| +++ b/chrome/browser/resources/md_bookmarks/router.html |
| @@ -7,7 +7,7 @@ |
| <dom-module id="bookmarks-router"> |
| <template> |
| - <iron-location query="{{query}}"></iron-location> |
| + <iron-location query="{{query}}" dwell-time="200"></iron-location> |
|
calamity
2017/07/05 04:04:38
Is this just because 2s felt too long?
tsergeant
2017/07/05 07:37:36
Yeah. I was hitting it occasionally, and it's real
|
| <iron-query-params params-string="{{query}}" |
| params-object="{{queryParams_}}"></iron-query-params> |
| </template> |