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