Skip to content

Commit 78d8a49

Browse files
committed
pass 'contours.?.highlight' to gl-surface3d enableDynamic
1 parent 68bb949 commit 78d8a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/surface/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ proto.update = function(data) {
320320

321321
surface.update(params);
322322

323-
surface.highlightEnable = highlightEnable;
324323
surface.visible = data.visible;
324+
surface.enableDynamic = highlightEnable;
325325

326326
surface.snapToData = true;
327327

0 commit comments

Comments
 (0)