Scope to .dropdown
This commit is contained in:
parent
6dd13180cc
commit
1c0b943fab
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default class VariableList {
|
|||
});
|
||||
|
||||
// Close any dropdowns
|
||||
$rowClone.find('.show').each((index, $dropdown) => {
|
||||
$rowClone.find('.dropdown.show').each((index, $dropdown) => {
|
||||
$dropdown.classList.remove('show');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue