Commit c7aae205 authored by Tim Zallmann's avatar Tim Zallmann

Button with Icon only rendered when hovered, deferred lazy Image checking + ImageViewer + Tooltip

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