Skip to content

Commit f63eab2

Browse files
authored
fix(showtooltip): check if tooltipRef is undefined (#623)
1 parent 81ce00d commit f63eab2

File tree

2 files changed

+142
-107
lines changed

2 files changed

+142
-107
lines changed

Diff for: .eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"max-len": [2, { "code": 120, "ignoreComments": true }],
3737
"newline-per-chained-call": 0,
3838
"no-trailing-spaces": ["error"],
39-
"quotes": ["error", "double", { "avoidEscape": true }],
39+
"quotes": ["error", "single", { "avoidEscape": true }],
4040
"comma-dangle": ["error", "never"],
4141
"no-template-curly-in-string": "off",
4242
"semi": ["error", "always"],

0 commit comments

Comments
 (0)