Scope to .dropdown

This commit is contained in:
Clement Ho 2018-05-22 17:27:53 -05:00
parent 6dd13180cc
commit 1c0b943fab
1 changed files with 1 additions and 1 deletions

View File

@ -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');
});