1
1
mirror of https://github.com/varkor/quiver.git synced 2024-10-26 07:09:37 +03:00

Fix issue with "Centre diagram" checkbox after getting shareable link

This commit is contained in:
varkor 2021-01-13 17:24:55 +00:00
parent 1fde89525b
commit c5818ced70

View File

@ -4277,7 +4277,7 @@ class Panel {
// Update the output. We ignore `metadata`, which currently does not change
// in response to the settings.
const { data } = modify(ui.quiver.export(
format,
"tikz-cd",
ui.settings,
ui.definitions(),
));