Keep draw.io theme when saving a diagram

This commit is contained in:
Eric Kotato 2025-08-02 21:07:17 +03:00 committed by GitHub
parent 776ec7b9e7
commit e1fb2b071c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ function drawEventExport(message: DrawioExportEventResponse) {
function drawEventSave(message: DrawioSaveEventResponse) {
drawPostMessage({
action: 'export', format: 'xmlpng', xml: message.xml, spin: 'Updating drawing',
action: 'export', format: 'xmlpng', xml: message.xml, spin: 'Updating drawing', keepTheme: true,
});
}