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:
@@ -54,4 +54,8 @@ if ($('#branchList').length) {
|
|||||||
valueNames: ['item']
|
valueNames: ['item']
|
||||||
};
|
};
|
||||||
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