Skip to content

Commit 4675854

Browse files
add 'long' to snapshot success
1 parent 679bc27 commit 4675854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modebar/buttons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ modeBarButtons.toImage = {
5959

6060
downloadImage(gd)
6161
.then(function(filename) {
62-
Lib.notifier('Snapshot succeeded - ' + filename);
62+
Lib.notifier('Snapshot succeeded - ' + filename, 'long');
6363
})
6464
.catch(function() {
6565
Lib.notifier('Sorry there was a problem downloading your snapshot', 'long');

0 commit comments

Comments
 (0)