[SSE] Fix Bug 35857.

This commit is contained in:
Julia Radzhabova 2017-09-19 14:13:07 +03:00
parent 2d887a4a82
commit 03fc5c6dd2

View file

@ -98,6 +98,7 @@ define([
this.hkComments = 'alt+h';
keymap[this.hkComments] = function() {
me.onAddComment();
return false;
};
Common.util.Shortcuts.delegateShortcuts({shortcuts:keymap});
},