We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8d4ad commit 64a7f2bCopy full SHA for 64a7f2b
utils/editors/html/auto-save/v2.0/auto-save-v2.0.html
@@ -27,7 +27,7 @@
27
28
29
#autosave>div
30
- {display:flex;align-items:center}
+ {display:flex;align-items:center;gap:20px}
31
32
#autosave>div,#trim
33
{cursor:pointer}
@@ -168,7 +168,7 @@
168
169
//$.chkbox(savemenu,'#autosave');
170
171
- timer.chk = $.chkbox(savemenu,'#autosave'); //$(savemenu,'[type]'); //':scope>div:nth-of-type(2) [type=checkbox]');
+ timer.chk = $.chkbox(savemenu,'#autosave>div'); //$(savemenu,'[type]'); //':scope>div:nth-of-type(2) [type=checkbox]');
172
timer.chk.onclick = timer.onclick;
173
timer.time = $(savemenu,'[value]'); //':scope>div:nth-of-type(2) input:not([type])');
174
0 commit comments