mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Keep draw.io theme when saving a diagram
This commit is contained in:
parent
776ec7b9e7
commit
e1fb2b071c
@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user