summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/bookmarks/command_manager.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/bookmarks/command_manager.html')
-rw-r--r--chromium/chrome/browser/resources/bookmarks/command_manager.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/bookmarks/command_manager.html b/chromium/chrome/browser/resources/bookmarks/command_manager.html
index a2e14d04d4e..aa5a6854590 100644
--- a/chromium/chrome/browser/resources/bookmarks/command_manager.html
+++ b/chromium/chrome/browser/resources/bookmarks/command_manager.html
@@ -37,7 +37,7 @@
<button class="dropdown-item"
command$="[[command]]"
hidden$="[[!isCommandVisible_(command, menuIds_)]]"
- disabled$="[[!isCommandEnabled_(command, menuIds_)]]"
+ disabled$="[[!isCommandEnabled_(command, menuIds_, canPaste_)]]"
on-click="onCommandClick_">
<span class="label">
[[getCommandLabel_(command, menuIds_)]]