mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
lint: Run eslint --fix
This commit is contained in:
parent
8eb310854d
commit
c8211f2898
9 changed files with 23 additions and 23 deletions
|
@ -1855,7 +1855,7 @@ function Ace2Inner(editorInfo, cssManagers) {
|
|||
};
|
||||
|
||||
const analyzeChange = (
|
||||
oldText, newText, oldAttribs, newAttribs, optSelStartHint, optSelEndHint) => {
|
||||
oldText, newText, oldAttribs, newAttribs, optSelStartHint, optSelEndHint) => {
|
||||
// we need to take into account both the styles attributes & attributes defined by
|
||||
// the plugins, so basically we can ignore only the default line attribs used by
|
||||
// Etherpad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue