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 e0e68a2 commit 310f762Copy full SHA for 310f762
src/components/images/draw.js
@@ -99,9 +99,9 @@ module.exports = function draw(gd) {
99
var dataURL = canvas.toDataURL('image/png');
100
101
thisImage.attr('xlink:href', dataURL);
102
-
+
103
// resolve promise in onload handler instead of on 'load' to support IE11
104
- // see https://github.com/plotly/plotly.js/issues/1685
+ // see https://github.com/plotly/plotly.js/issues/1685
105
// for more details
106
resolve();
107
};
0 commit comments