mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-11 07:06:26 +02: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
@ -92,7 +92,7 @@ function Ace2Inner() {
|
||||
|
||||
let outsideKeyDown = noop;
|
||||
|
||||
let outsideKeyPress = function () { return true; };
|
||||
let outsideKeyPress = function (e) { return true; };
|
||||
|
||||
let outsideNotifyDirty = noop;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user