We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d656bd8 commit 0d0e50cCopy full SHA for 0d0e50c
app/javascript/tooltip.js
@@ -1,4 +1,4 @@
1
-const tooltipMap = new WeakMap();
+const tooltipMap = new Map();
2
3
function manageTooltips() {
4
const selector = '[data-bs-toggle="tooltip"]';
0 commit comments