mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Minor performance improvement
This commit is contained in:
parent
0359764e55
commit
461e2f8340
@ -189,8 +189,7 @@ draft: false
|
||||
if (!isLast) {
|
||||
await reloadSelect(afters.prop("name"))
|
||||
}
|
||||
const fillArray = ["molecule"]
|
||||
if (fillArray.includes(afters.prop("name"))) {
|
||||
if (afters.prop("name") ==="molecule"){
|
||||
selectSelectAll(afters.first())
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user