[SSE] Fix bug 55416

This commit is contained in:
JuliaSvinareva 2022-02-18 15:53:23 +03:00
parent 159f0b13ec
commit 1ae0f643fb

View file

@ -3982,6 +3982,9 @@ define([
api: me.api,
fontStore: me.fontStore,
handler: function(dlg, result) {
if (result === 'ok') {
me.getApplication().getController('Print').updatePreview();
}
Common.NotificationCenter.trigger('edit:complete');
}
});