Skip to content

Commit 941093e

Browse files
author
Nagesh Pai
committed
Minor - add radix to parseInt
1 parent 17300c1 commit 941093e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/infotip/infotip-web-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class BlaBlaBlocksInfotip extends HTMLElement {
5757
placement: overlayPlacement,
5858
strategy: 'fixed',
5959
middleware: [
60-
floatingUIDOM.offset( parseInt( offset ) ),
60+
floatingUIDOM.offset( parseInt( offset, 10 ) ),
6161
floatingUIDOM.flip( {
6262
fallbackPlacements: [
6363
'top',

0 commit comments

Comments
 (0)