Commit 66cde870 authored by Tim Zallmann's avatar Tim Zallmann

Reset Tooltip directive Init + Fixed Karma Test

parent c7aae205
...@@ -2,10 +2,8 @@ import $ from 'jquery'; ...@@ -2,10 +2,8 @@ import $ from 'jquery';
export default { export default {
bind(el) { bind(el) {
requestAnimationFrame(() => { $(el).tooltip({
$(el).tooltip({ trigger: 'hover',
trigger: 'hover',
});
}); });
}, },
......
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