mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
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:
parent
d24306ea6a
commit
e247c716c2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ function Ace2Inner() {
|
||||||
|
|
||||||
let outsideKeyDown = noop;
|
let outsideKeyDown = noop;
|
||||||
|
|
||||||
let outsideKeyPress = function () { return true; };
|
let outsideKeyPress = function (e) { return true; };
|
||||||
|
|
||||||
let outsideNotifyDirty = noop;
|
let outsideNotifyDirty = noop;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue