Commit db08a9d2 authored by Clement Ho's avatar Clement Ho

Use dropdown-menu instead of dropdown selector

parent 1c0b943f
...@@ -142,7 +142,7 @@ export default class VariableList { ...@@ -142,7 +142,7 @@ export default class VariableList {
}); });
// Close any dropdowns // Close any dropdowns
$rowClone.find('.dropdown.show').each((index, $dropdown) => { $rowClone.find('.dropdown-menu.show').each((index, $dropdown) => {
$dropdown.classList.remove('show'); $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