Merge pull request #2551 from poanetwork/gs-dynamic-tooltips
Correctly handle dynamically created Bootstrap tooltipspull/2562/head
commit
3c927afb88
@ -1,5 +1,5 @@ |
||||
import $ from 'jquery' |
||||
|
||||
$(function () { |
||||
$('[data-toggle="tooltip"]').tooltip() |
||||
$('body').tooltip({ selector: '[data-toggle="tooltip"]' }) |
||||
}) |
||||
|
Loading…
Reference in new issue