Skip to content

Commit 6519021

Browse files
committed
fix issue 3630 errorbars style after double click whitespace
1 parent 7e68a2e commit 6519021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/traces/bar/style.js

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ function styleOnSelect(gd, cd) {
7171
stylePointsInSelectionMode(s, trace, gd);
7272
} else {
7373
stylePoints(s, trace, gd);
74+
75+
Registry.getComponentMethod('errorbars', 'style')(s);
7476
}
7577
}
7678

0 commit comments

Comments
 (0)