mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
fix crash on drawing unloaded interface image
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