We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679bc27 commit 4675854Copy full SHA for 4675854
src/components/modebar/buttons.js
@@ -59,7 +59,7 @@ modeBarButtons.toImage = {
59
60
downloadImage(gd)
61
.then(function(filename) {
62
- Lib.notifier('Snapshot succeeded - ' + filename);
+ Lib.notifier('Snapshot succeeded - ' + filename, 'long');
63
})
64
.catch(function() {
65
Lib.notifier('Sorry there was a problem downloading your snapshot', 'long');
0 commit comments