Skip to content

Commit 64a7f2b

Browse files
save file
1 parent aa8d4ad commit 64a7f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/editors/html/auto-save/v2.0/auto-save-v2.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
#autosave>div
30-
{display:flex;align-items:center}
30+
{display:flex;align-items:center;gap:20px}
3131

3232
#autosave>div,#trim
3333
{cursor:pointer}
@@ -168,7 +168,7 @@
168168

169169
//$.chkbox(savemenu,'#autosave');
170170

171-
timer.chk = $.chkbox(savemenu,'#autosave'); //$(savemenu,'[type]'); //':scope>div:nth-of-type(2) [type=checkbox]');
171+
timer.chk = $.chkbox(savemenu,'#autosave>div'); //$(savemenu,'[type]'); //':scope>div:nth-of-type(2) [type=checkbox]');
172172
timer.chk.onclick = timer.onclick;
173173
timer.time = $(savemenu,'[value]'); //':scope>div:nth-of-type(2) input:not([type])');
174174

0 commit comments

Comments
 (0)