Skip to content

Commit cea7c5e

Browse files
remove ie warning in favor of better ie test in filesaver
1 parent 4675854 commit cea7c5e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/modebar/buttons.js

-6
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ modeBarButtons.toImage = {
4949
title: 'Download plot as a png',
5050
icon: Icons.camera,
5151
click: function(gd) {
52-
if(Lib.isIE()) {
53-
Lib.notifier('Snapshotting is unavailable in Internet Explorer. ' +
54-
'Consider exporting your images using the Plotly Cloud', 'long');
55-
return;
56-
}
57-
5852
Lib.notifier('Taking snapshot - this may take a few seconds', 'long');
5953

6054
downloadImage(gd)

0 commit comments

Comments
 (0)