[PDF] Set focus to document after saving

This commit is contained in:
Julia Radzhabova
2024-10-22 12:22:09 +03:00
parent 11b33817bc
commit 8e6a052ff3

View File

@ -723,6 +723,7 @@ define([
Common.component.Analytics.trackEvent('Save');
Common.component.Analytics.trackEvent('ToolBar', 'Save');
Common.UI.TooltipManager.closeTip('pdfSave');
Common.NotificationCenter.trigger('edit:complete', toolbar);
}
},