Skip to content

Commit

Permalink
v5.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
novykh committed Jun 17, 2024
1 parent cf4cffd commit 9a4c8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/charts",
"version": "5.1.6",
"version": "5.1.7",
"description": "Netdata frontend SDK and chart utilities",
"main": "dist/index.js",
"module": "dist/es6/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/helpers/fontSizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const FontSizer = ({
if (!ref) return

const animId = requestAnimationFrame(() => {
cancelRef.current = true
cancelRef.current = false
let fontSize = maxFontSize

ref.style.fontSize = fontSize + "px"
Expand Down

0 comments on commit 9a4c8d9

Please sign in to comment.