Commit 15acd45 1 parent 264c326 commit 15acd45 Copy full SHA for 15acd45
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ <h2 class="padding:5px_0px">Demo</h2>
115
115
</ div >
116
116
117
117
< div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
118
- < div get-value =" #demo " class ="padding:20px "> </ div >
118
+ < div class =" demopreview " class ="padding:20px "> </ div >
119
119
</ div >
120
120
121
121
< div class ="font-size:20px position:absolute top:10px right:10px opacity:0.6 ">
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import observer from '@cocreate/observer';
9
9
import action from '@cocreate/actions' ;
10
10
import { queryDocumentSelectorAll } from '@cocreate/utils' ;
11
11
12
+ // ToDo: update to listen to document events, find closest action return
12
13
function init ( ) {
13
14
let elements = document . querySelectorAll ( `[show],[hide]` ) ;
14
15
initElements ( elements ) ;
You can’t perform that action at this time.
0 commit comments