Skip to content

Commit

Permalink
Sync with Kendo UI Professional
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendo Bot committed Oct 23, 2019
1 parent a5cebce commit 276e4b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/kendo.multiselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ var __meta__ = { // jshint ignore:line
},

_tagListClick: function(e) {
e.preventDefault();
e.stopPropagation();
var target = $(e.currentTarget);

if (!target.children(".k-i-arrow-60-down").length) {
Expand Down
2 changes: 1 addition & 1 deletion typescript/kendo.all.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for Kendo UI Professional v2019.3.917
// Type definitions for Kendo UI Professional v2019.3.1023
// Project: http://www.telerik.com/kendo-ui
// Definitions by: Telerik <https://github.com/telerik>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Expand Down

0 comments on commit 276e4b0

Please sign in to comment.