File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
utils/editors/text-diff/v3.0 Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 110110 {display : flex;gap : 10px ;}
111111 # output-hdr > div
112112 {display : flex;gap : 10px ;align-items : center;border : 1px solid lightgray;border-radius : 5px ;padding : 3px 5px }
113+ # output-show
114+ {cursor : pointer}
115+
113116 [type = checkbox ]
114117 {width : 20px ;height : 20px ;margin : 0 }
115118 [value = check ]
@@ -184,7 +187,7 @@ <h4 slot=version>v3.0</h4>
184187 </ editors-hdr >
185188
186189 < div id =output-hdr >
187- < div >
190+ < div id = output-show >
188191 show output
189192 < input type =checkbox checked >
190193 </ div >
@@ -215,22 +218,18 @@ <h4 slot=version>v3.0</h4>
215218
216219
217220 < web-editor component id =output mode =text > </ web-editor >
218- <!--
219- <div id=output-hldr>
220- <web-editor id=output component></web-editor>
221- </div>
222- -->
223221
224222
225223
226224 < log-mod component > </ log-mod >
227225
228-
226+ <!--
229227 <checkbox-one-template>
230228 <script src='https://html-loader-1024713184986.us-central1.run.app/'></script>
231229 </checkbox-one-template>
232-
233-
230+ -->
231+
232+
234233 </ body >
235234
236235
@@ -254,7 +253,8 @@ <h4 slot=version>v3.0</h4>
254253 debug ( 'initdom' ) ;
255254 var root = rootnode ;
256255
257- $ ( '#output-hdr [type=checkbox]' ) . onclick = btn [ 'output-chk' ] ;
256+ var r = $ ( '#output-hdr' ) ;
257+ $ . chkbox ( r , '#output-show' , btn [ 'output-chk' ] ) ;
258258 $ ( '[value=check]' ) . onclick = btn . check ;
259259
260260
You can’t perform that action at this time.
0 commit comments