mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[bug] fix bug 80289
This commit is contained in:
@ -2739,7 +2739,7 @@
|
||||
if (!t)
|
||||
return;
|
||||
|
||||
if (window["AscDesktopEditor"])
|
||||
if (window["AscDesktopEditor"] && window["AscDesktopEditor"]["IsLocalFile"]())
|
||||
{
|
||||
window["AscDesktopEditor"]["OpenFilenameDialog"]("images", false, function(_file)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user