Skip to content

Commit 709294c

Browse files
committed
fix for issue 2999
1 parent fce8aad commit 709294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattergl/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ function sceneUpdate(gd, subplot) {
313313
if(scene.glText) {
314314
scene.glText.forEach(
315315
function(text) {
316-
if (text.destroy)
316+
if(text.destroy)
317317
text.destroy();
318318
}
319319
);

0 commit comments

Comments
 (0)