Bug 1039457 - Allow yelling in Scratchpad (Shift-Space). r=robcee
This commit is contained in:
@@ -76,7 +76,7 @@ function initializeAutoCompletion(ctx, options = {}) {
|
||||
});
|
||||
};
|
||||
|
||||
keyMap[Editor.keyFor("showInformation", { noaccel: true })] = (cm) => {
|
||||
keyMap[Editor.keyFor("showInformation2", { noaccel: true })] = (cm) => {
|
||||
cm.tern.showType(cm, null, () => {
|
||||
ed.emit("show-information");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user