Skip to content

Commit 55c7cec

Browse files
committed
fix: type="modal" and pass_to updated to action="pass, openModal"
1 parent d52edea commit 55c7cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Avatar -->
1414
<div class="avatar-wrapper margin:5px_0px margin-right:10px">
15-
<a class="avatar round" target="modal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
15+
<a class="avatar round" actions="pass, openModal" href="render.html" pass-collection="modules" pass-prefix="" pass-module_id="5dd010bccbc25f0cdb1a4d9f" pass_to="render" modal-width="300px" modal-height="375px" modal-color="#229954">
1616
<span collection="users" document_id="" name="name" class="sessionUser_Id width:12px avatar-name">B</span>
1717
<span collection="users" document_id="" name="profile_image" class="sessionUser_Id avatar-image">
1818
<img src="/_static/Velazquez.jpg" onerror="this.style.display='none'"/>

0 commit comments

Comments
 (0)