mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-02-10 18:15:05 +08:00
Fix bug 63330
This commit is contained in:
@ -5423,7 +5423,7 @@ void CCefView_Private::LocalFile_SaveEnd(int nError, const std::wstring& sPass)
|
||||
sNotEditableLocal = m_oConverterFromEditor.m_oInfo.m_sFileSrc;
|
||||
}
|
||||
|
||||
if (ASC_CONSTANT_CANCEL_SAVE == nError)
|
||||
if (ASC_CONSTANT_CANCEL_SAVE == nError || !bIsSavedFileCurrent)
|
||||
{
|
||||
if (m_pManager->GetEventListener() && m_pCefView != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user