Skip to content

Commit 75f7a90

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

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

250250
<div class="svPanel">
251-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
251+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
252252
</div>
253253

254254
</div>

0 commit comments

Comments
 (0)