We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f406e5 commit df56948Copy full SHA for df56948
src/snapshot/tosvg.js
@@ -107,7 +107,7 @@ module.exports = function toSVG(gd, format) {
107
108
// remove draglayer for Adobe Illustrator compatibility
109
if(fullLayout._draggers) {
110
- fullLayout._draggers.node().remove();
+ fullLayout._draggers.remove();
111
}
112
113
// in case the svg element had an explicit background color, remove this
0 commit comments