Index: chrome/browser/resources/bookmark_manager/js/main.js |
diff --git a/chrome/browser/resources/bookmark_manager/js/main.js b/chrome/browser/resources/bookmark_manager/js/main.js |
index 5bd11d1878021c2203668ef36e614a818529cd76..6d24a33558de39b0e4cb088bc0f3848bdd304bf3 100644 |
--- a/chrome/browser/resources/bookmark_manager/js/main.js |
+++ b/chrome/browser/resources/bookmark_manager/js/main.js |
@@ -503,7 +503,7 @@ function handleCanExecuteForDocument(e) { |
case 'undo-command': |
// Because the global undo command has no visible UI, always enable it, |
// and just make it a no-op if undo is not possible. |
- e.canExecute = e.currentTarget.activeElement !== $('term'); |
+ e.canExecute = true; |
break; |
default: |