Skip to content

Commit e6c883a

Browse files
committed
Revert "ensure updateOnSelect on choroplethmapbox - addressing dash 1097"
This reverts commit d0a3506.
1 parent d0a3506 commit e6c883a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/traces/choroplethmapbox/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ module.exports = {
1313
styleOnSelect: function(_, cd) {
1414
if(cd) {
1515
var trace = cd[0].trace;
16-
if(
17-
trace._glTrace &&
18-
trace._glTrace.updateOnSelect
19-
) {
20-
trace._glTrace.updateOnSelect(cd);
21-
}
16+
trace._glTrace.updateOnSelect(cd);
2217
}
2318
},
2419

0 commit comments

Comments
 (0)