mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 78733
This commit is contained in:
@ -1362,7 +1362,7 @@ HRESULT CPdfFile::AdvancedCommand(IAdvancedCommand* command)
|
||||
}
|
||||
case IAdvancedCommand::AdvancedCommandType::Redact:
|
||||
{
|
||||
if (m_pInternal->pEditor && m_pInternal->pEditor->IsEditPage())
|
||||
if (m_pInternal->pEditor)
|
||||
m_pInternal->pEditor->Redact((CRedact*)command);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user