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.
2 parents 1f406e5 + df56948 commit 3349ff3Copy full SHA for 3349ff3
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