Skip to content

Commit a6b0672

Browse files
committed
fixes LINT
1 parent 7f2b67f commit a6b0672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
beforeEvent(chart, args, options) {
103103
const state = chartStates.get(chart);
104104
if (handleEvent(state, args.event, options)) {
105-
args.changed = true;
105+
args.changed = true;
106106
}
107107
},
108108

0 commit comments

Comments
 (0)