mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
lint: ExportTxt.js
This commit is contained in:
parent
d2359be08b
commit
613c7d8545
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ const getTXTFromAtext = (pad, atext, authorColors) => {
|
||||||
|
|
||||||
if (line.listTypeName !== 'number') {
|
if (line.listTypeName !== 'number') {
|
||||||
// We're no longer in an OL so we can reset counting
|
// We're no longer in an OL so we can reset counting
|
||||||
for (const key in listNumbers) {
|
for (const key of Object.keys(listNumbers)) {
|
||||||
delete listNumbers[key];
|
delete listNumbers[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue