1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-23 19:50:59 +04:00

Update tabler.js

This commit is contained in:
Paweł Kuna
2020-12-30 22:12:40 +01:00
committed by GitHub
parent f8619765c9
commit 3cc5c57c00
+1 -1
View File
@@ -13,7 +13,7 @@ import './dropdown';
delay: {show: 50, hide: 50},
html: true,
placement: tooltipTriggerEl.getAttribute('data-bs-placement') ?? 'auto'
};
};
return new bootstrap.Tooltip(tooltipTriggerEl, options);
});