mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Fix dat mustn't be a global variable
This commit is contained in:
parent
b999c96837
commit
dec65d5028
@ -111,7 +111,7 @@ draft: false
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (source !== undefined) {
|
if (source !== undefined) {
|
||||||
for (dat of submol.filter((d) => d !== source)) {
|
for (const dat of submol.filter((d) => d !== source)) {
|
||||||
dat.CopyExcitationsTypeFrom(source)
|
dat.CopyExcitationsTypeFrom(source)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user