mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-04-11 06:57:56 +02: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