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 d898db5 commit 922be4fCopy full SHA for 922be4f
frontend/components/TooltipWrapper/TooltipWrapper.tsx
@@ -99,7 +99,6 @@ const TooltipWrapper = ({
99
delayShowVal = delayShow;
100
}
101
102
- console.log("clickable", clickable);
103
let delayHideVal;
104
if ((typeof delayHide === "boolean" && delayHide) || clickable) {
105
delayHideVal = DEFAULT_DELAY_MS;
0 commit comments