Skip to content

Commit 2397a64

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2 class="padding:5px_0px">Demo</h2>
112112
<div class="svSplitter svHorizontal"> </div>
113113

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

118118
</div>

0 commit comments

Comments
 (0)