Fixes an issue with xmind file preview in certain deployment scenarios (#439)

pull/72/head
kl 2023-03-06 14:27:36 +08:00 committed by GitHub
parent fd10df913f
commit e25cc2e47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,