mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-05-17 15:19:23 +08:00
fix: correct BaseViewer#saveXML
definition
Related to https://github.com/bpmn-io/bpmn-js/pull/1881
This commit is contained in:

committed by
Nico Rehwaldt

parent
3de7c6d075
commit
f6cd4784b0
@ -89,6 +89,10 @@ export function testViewer(viewer: BaseViewer) {
|
||||
console.log(error);
|
||||
});
|
||||
|
||||
viewer.saveXML();
|
||||
|
||||
viewer.saveSVG();
|
||||
|
||||
viewer.getModules();
|
||||
|
||||
viewer.clear();
|
||||
|
Reference in New Issue
Block a user