mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 08:37:18 +08:00
Fixes an issue with xmind file preview in certain deployment scenarios
This commit is contained in:
parent
fd10df913f
commit
4a7d61a335
@ -299,7 +299,7 @@
|
||||
height: windowWidth,
|
||||
width: windowHeight
|
||||
} : a
|
||||
, l = new o.IframeController(i,"/xmind/index.html")
|
||||
, l = new o.IframeController(i,"xmind/index.html")
|
||||
, u = new r.IframeEventChannelController(l,"");
|
||||
this.iframeController = l,
|
||||
this.iframeEventChannelController = u,
|
||||
|
Loading…
Reference in New Issue
Block a user