IMPR: Multi-slider and hover

This commit is contained in:
Tony Air 2020-07-22 15:22:54 +07:00
parent b62fe6a817
commit 4ffb65e014
3 changed files with 4 additions and 4 deletions

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/app.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -39,8 +39,8 @@ const HoverUI = (($) => {
$target = $target
? $target
: $parent
? $parent.find('.dropdown-menu').first()
: null;
? $parent.find('.dropdown-menu').first()
: null;
if (!$target || !$target.length) {
console.warn(`${NAME}: Missing target for:`);