forked from openkylin/kylin-code
Fixed webviews are broken on Firefox from upstream 1.68版本
This commit is contained in:
parent
2f56107185
commit
218c287160
|
@ -12,6 +12,8 @@
|
|||
</head>
|
||||
|
||||
<body style="margin: 0; overflow: hidden; width: 100%; height: 100%" role="document">
|
||||
<!-- TODO: Remove additional script tag once Firefox is fixed https://bugzilla.mozilla.org/show_bug.cgi?id=1737882 -->
|
||||
<script></script>
|
||||
<script async type="module">
|
||||
// @ts-check
|
||||
/// <reference lib="dom" />
|
||||
|
|
Loading…
Reference in New Issue