Skip to content

Commit 0d0e50c

Browse files
committed
move to map
1 parent d656bd8 commit 0d0e50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const tooltipMap = new WeakMap();
1+
const tooltipMap = new Map();
22

33
function manageTooltips() {
44
const selector = '[data-bs-toggle="tooltip"]';

0 commit comments

Comments
 (0)