mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
Notebook Snapshot and Annotate (#2240)
Notebook Snapshots and Annotations from new Browse Bar
This commit is contained in:
committed by
Andrew Henry
parent
c0b7276787
commit
18a94d938f
@ -137,8 +137,8 @@ define(
|
||||
* @returns {promise}
|
||||
*/
|
||||
|
||||
ExportImageService.prototype.exportPNGtoSRC = function (element) {
|
||||
return this.renderElement(element, "png");
|
||||
ExportImageService.prototype.exportPNGtoSRC = function (element, className) {
|
||||
return this.renderElement(element, "png", className);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user