mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Fix dropdown closing when search field clicked
This commit is contained in:
@@ -55,3 +55,7 @@ if ($('#branchList').length) {
|
|||||||
};
|
};
|
||||||
var repoList = new List('branchList', listBranchOptions);
|
var repoList = new List('branchList', listBranchOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$('.search').click(function (e) {
|
||||||
|
e.stopPropagation();
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user