Commit 5517e8f3 authored by David Stutz's avatar David Stutz

Merge pull request #108 from ZuBB/patch-2

Remove focus selection from input after user's click on it.
parents 1295ab3e b8497b0b
......@@ -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