Open OrrinHatch opened 2 months ago
3.8.0
Linux (AMD)
Docker Deployment
don't use the native window.close
No response
temporary solution: <script>var nativeClose = window.close;</script>
<script>var nativeClose = window.close;</script>
Because the calls between wasm and js are all registered on the window method.
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
don't use the native window.close
Screenshots Link
No response