diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index 58e3c40c1..6d078577c 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -98,6 +98,7 @@ define([ this.hkComments = 'alt+h'; keymap[this.hkComments] = function() { me.onAddComment(); + return false; }; Common.util.Shortcuts.delegateShortcuts({shortcuts:keymap}); },