mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Quick'n'dirty patch to address touchscreen issues
The code taken from here: https://github.com/twbs/bootstrap/pull/5067#issuecomment-8604323
This commit is contained in:
parent
3bf1961ef6
commit
eebd46d662
1 changed files with 3 additions and 1 deletions
4
vendor/assets/javascripts/bootstrap.js
vendored
4
vendor/assets/javascripts/bootstrap.js
vendored
|
@ -2022,4 +2022,6 @@
|
|||
})
|
||||
|
||||
|
||||
}(window.jQuery);
|
||||
}(window.jQuery);
|
||||
|
||||
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
||||
|
|
Loading…
Add table
Reference in a new issue