Skip to content

Commit dee3f8e

Browse files
committed
fix: eslint issue
1 parent f86e3cc commit dee3f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/tooltip/TooltipHTMLContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ class TooltipHTMLContent {
469469
makeStyleCoord(styleCoord, this._zr, this._container, zrX, zrY);
470470

471471
if (styleCoord[0] != null && styleCoord[1] != null) {
472-
const style: any = this.el ? (this.el.style || {}) : {}
472+
const style: any = this.el ? (this.el.style || {}) : {};
473473
const transforms = assembleTransform(styleCoord[0], styleCoord[1]) as string[][];
474474
each(transforms, (transform) => {
475475
style[transform[0] as any] = transform[1];

0 commit comments

Comments
 (0)