Skip to content

Commit bd2a190

Browse files
committed
fix: get-value attribute value now supports a selector added # to all values currently in get-value attributes
1 parent fa50578 commit bd2a190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h2 class="padding:5px_0px">Demo</h2>
123123
<div class="svSplitter svHorizontal"> </div>
124124

125125
<div class="svPanel">
126-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
126+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
127127
</div>
128128

129129
</div>

0 commit comments

Comments
 (0)