mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
Merge pull request 'fix crash on drawing unloaded interface image' (#1718) from fix/image-interface into release/v9.2.0
This commit is contained in:
@ -2046,7 +2046,7 @@ function CDrawingDocument()
|
||||
}
|
||||
else
|
||||
{
|
||||
if(_img.Status === ImageLoadStatus.Loading)
|
||||
if(_img && _img.Status === ImageLoadStatus.Loading)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user