Skip to content

Commit

Permalink
fix: replace -target -selector
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 22, 2023
1 parent fbe7368 commit cc92746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
id="menuL"
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
resizable
resize-target="[content_id='content']"
resize-selector="[content_id='content']"
resize-property="margin-left"
resize-value="width">
<menu
Expand Down Expand Up @@ -189,7 +189,7 @@ <h4>
name="demo"
save="false"
id="demo"
input-target=".demopreview"
input-selector=".demopreview"
input-attribute="value"
input-events="input, onload"
class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
Expand All @@ -212,7 +212,7 @@ <h4>
show="#eye-slash"
hide="#eye, #demo-preview"
toggle="code-height"
toggle-target="#demo-code"
toggle-selector="#demo-code"
><i
class="height:18px fill:#505050"
src="/assets/svg/eye.svg"></i
Expand All @@ -224,7 +224,7 @@ <h4>
show="#eye, #demo-preview"
hide="#eye-slash"
toggle="code-height"
toggle-target="#demo-code"
toggle-selector="#demo-code"
><i
class="height:20px fill:#505050"
src="/assets/svg/eye-slash.svg"></i
Expand All @@ -251,7 +251,7 @@ <h4>
<a
class="margin-right:5px"
fullscreen
fullscreen-target="#playground"></a>
fullscreen-selector="#playground"></a>
</div>
</div>
<!-- End SandBox -->
Expand Down

0 comments on commit cc92746

Please sign in to comment.