[SSE] Fix Bug 35857.
This commit is contained in:
parent
2d887a4a82
commit
03fc5c6dd2
|
@ -98,6 +98,7 @@ define([
|
||||||
this.hkComments = 'alt+h';
|
this.hkComments = 'alt+h';
|
||||||
keymap[this.hkComments] = function() {
|
keymap[this.hkComments] = function() {
|
||||||
me.onAddComment();
|
me.onAddComment();
|
||||||
|
return false;
|
||||||
};
|
};
|
||||||
Common.util.Shortcuts.delegateShortcuts({shortcuts:keymap});
|
Common.util.Shortcuts.delegateShortcuts({shortcuts:keymap});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue