mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
fix: PWA not working
This commit is contained in:
@@ -139,13 +139,7 @@
|
||||
<div class="editor-root" bind:this={editor} />
|
||||
</section>
|
||||
|
||||
<iframe
|
||||
aria-hidden="true"
|
||||
title="code sandbox"
|
||||
bind:this={frame}
|
||||
src="/sandbox.html"
|
||||
sandbox="allow-scripts"
|
||||
/>
|
||||
<iframe aria-hidden="true" title="code sandbox" bind:this={frame} src="/sandbox/" sandbox="allow-scripts" />
|
||||
|
||||
<style lang="scss">
|
||||
section {
|
||||
|
||||
Reference in New Issue
Block a user