Vlad Seryakov
Vlad Seryakov
Hi, i am seeing similar behaviour, i send lots of events one by one but sometimes it works but sometimes only one or two got delivered and the rest just...
Here is my solution, i just made the button toggle, in version 1.7.0 line 466: $this.off("click").on('click', function(e) { e.preventDefault(); if (!$this.data('bs.popover')) { $this.popover({ animation: false, trigger: 'manual', html: true, content:...
i suspected this so no urgency, i discovered that detecting .xlsx files can only be done with recent libmagic, with 5.38 it works fine as the file utility. i had...
yes, it compiles now with 20.9.0 without conditions