Skip to content

Commit f17838f

Browse files
committed
precommit
1 parent 7462529 commit f17838f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/figures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ export class Draw extends Frame {
11771177
const shapes = this.getShapesFromPath(highlightData.referencePath);
11781178
shapes.forEach((shape) => {
11791179
highlightData.select ?
1180-
shape.isClicked = highlight :
1180+
shape.isClicked = highlight :
11811181
shape.isHovered = highlight;
11821182
});
11831183
this.draw();

0 commit comments

Comments
 (0)