Skip to content

Commit df56948

Browse files
committed
rm d3 selection not node
1 parent 1f406e5 commit df56948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snapshot/tosvg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module.exports = function toSVG(gd, format) {
107107

108108
// remove draglayer for Adobe Illustrator compatibility
109109
if(fullLayout._draggers) {
110-
fullLayout._draggers.node().remove();
110+
fullLayout._draggers.remove();
111111
}
112112

113113
// in case the svg element had an explicit background color, remove this

0 commit comments

Comments
 (0)