mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -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') {
|
||||
// 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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue