Chromium Code Reviews| Index: Source/WebCore/inspector/front-end/TextViewer.js |
| =================================================================== |
| --- Source/WebCore/inspector/front-end/TextViewer.js (revision 113151) |
| +++ Source/WebCore/inspector/front-end/TextViewer.js (working copy) |
| @@ -278,7 +278,7 @@ |
| var shortcutKey = WebInspector.KeyboardShortcut.makeKeyFromEvent(e); |
| var handler = this._shortcuts[shortcutKey]; |
| if (handler && handler()) |
| - e.consume(); |
| + e.consume(true); |
| }, |
| _contextMenu: function(event) |