editor: Add argument to suppress SonarCloud error

This also makes it easier for devs to understand the expected function
signature.
This commit is contained in:
Richard Hansen 2020-11-22 17:55:25 -05:00 committed by John McLear
parent d24306ea6a
commit e247c716c2

View file

@ -92,7 +92,7 @@ function Ace2Inner() {
let outsideKeyDown = noop;
let outsideKeyPress = function () { return true; };
let outsideKeyPress = function (e) { return true; };
let outsideNotifyDirty = noop;