mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
lint: Re-run eslint --fix
This commit is contained in:
parent
db8ca2818f
commit
8f2f6593be
5 changed files with 6 additions and 8 deletions
|
@ -2180,7 +2180,7 @@ function Ace2Inner() {
|
|||
isScrollableEditEvent(currentCallStack.type);
|
||||
const innerHeight = getInnerHeight();
|
||||
scroll.scrollWhenCaretIsInTheLastLineOfViewportWhenNecessary(
|
||||
rep, isScrollableEvent, innerHeight*2
|
||||
rep, isScrollableEvent, innerHeight * 2
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue