Commit b8497b0b authored by Vasyl Zuzyak's avatar Vasyl Zuzyak

Remove focus selection from input after user's click on it

parent f040b312
......@@ -310,6 +310,7 @@
$('.multiselect-container li a', this.$container).on('touchstart click', function (event) {
event.stopPropagation();
$(event.target).blur();
});
// Keyboard support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment