Commit 1c0b943f authored by Clement Ho's avatar Clement Ho

Scope to .dropdown

parent 6dd13180
......@@ -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');
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment