mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Fix dropdown closing when search field clicked
This commit is contained in:
@@ -54,4 +54,8 @@ if ($('#branchList').length) {
|
||||
valueNames: ['item']
|
||||
};
|
||||
var repoList = new List('branchList', listBranchOptions);
|
||||
}
|
||||
}
|
||||
|
||||
$('.search').click(function (e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
Reference in New Issue
Block a user