We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab14751 commit dac0900Copy full SHA for dac0900
1 file changed
src/js/select2/selection/base.js
@@ -98,7 +98,7 @@ define([
98
BaseSelection.prototype._handleBlur = function (evt) {
99
var self = this;
100
101
- // This needs to be delayed as the actve element is the body when the tab
+ // This needs to be delayed as the active element is the body when the tab
102
// key is pressed, possibly along with others.
103
window.setTimeout(function () {
104
// Don't trigger `blur` if the focus is still in the selection
0 commit comments