Skip to content

Commit d96965d

Browse files
fix: ensure print action is triggered correctly
1 parent 5d01b0c commit d96965d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/render-google.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ var isResizeRequest = false;
649649
if(img !== ''){
650650
html = "<html><body><img src='" + img + "' /></body></html>";
651651
}
652-
// $('body').trigger('visualizer:action:specificchart:defaultprint', {data: html});
652+
$('body').trigger('visualizer:action:specificchart:defaultprint', {data: html});
653653
break;
654654
case 'image':
655655
if(img !== ''){

0 commit comments

Comments
 (0)