10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Minor performance improvement

This commit is contained in:
Mickaël Véril 2020-09-03 17:12:08 +02:00
parent 0359764e55
commit 461e2f8340

View File

@ -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())
}
}