We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15881f2 commit a37ffbaCopy full SHA for a37ffba
code-dev/25-10-21/override-createserver/override-createserver.html
@@ -21,7 +21,9 @@
21
input {font-size:16px;padding:5px 10px;box-sizing:border-box}
22
input[typebutton] {cursor:pointer}
23
24
- editor-root::part(root) {height:500px}
+ #test::part(root) {height:500px}
25
+ #srcdoc::part(root) {height:500px}
26
+ #patch::part(root) {height:500px}
27
28
.filename {background:lightgray;padding:5px 10px}
29
@@ -60,7 +62,7 @@
60
62
</div>
61
63
64
<editor id=srcdoc component v2.0 src='ex/srcdoc.html'></editor>
- <editor id=path component v2.0 src='ex/patch.js'></editor>
65
+ <editor id=patch component v2.0 src='ex/patch.js'></editor>
66
67
68
<iframe id=iframe></iframe>
0 commit comments