mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-26 21:26:36 +10:00
bug fix.
cannot focus on input of select2 in modal
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
};
|
||||
})(menu);
|
||||
}
|
||||
$($element).on("show.bs.modal", function(e) {
|
||||
$(this).removeAttr("tabindex");
|
||||
});
|
||||
|
||||
$($element).on("hidden.bs.modal", function(e) {
|
||||
$scope.currentTab = $constant.menu.GENERAL;
|
||||
|
||||
Reference in New Issue
Block a user