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';
export default {
bind(el) {
requestAnimationFrame(() => {
$(el).tooltip({
trigger: 'hover',
});
$(el).tooltip({
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