mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +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) {
|
||||
for (dat of submol.filter((d) => d !== source)) {
|
||||
for (const dat of submol.filter((d) => d !== source)) {
|
||||
dat.CopyExcitationsTypeFrom(source)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user