Skip to content

Commit 0f005f0

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

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
@@ -113,7 +113,7 @@ <h2 class="padding:5px_0px">Demo</h2>
113113
<div class="svSplitter svHorizontal"> </div>
114114

115115
<div class="svPanel">
116-
<iframe get-value="demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
116+
<iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
117117
</div>
118118

119119
</div>

0 commit comments

Comments
 (0)