Skip to content

Commit bba1f1c

Browse files
save file
1 parent 9ebf706 commit bba1f1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
{display:flex;flex-direction:column;gap:5px}
279279
#snapshot-menu #list #empty
280280
{text-align:center;color:gray;font-weight:bold}
281-
#snapshot-menu #list #item
281+
#snapshot-menu #list .item
282282
{display:flex;align-items:center;gap:5px}
283283

284284

@@ -543,7 +543,7 @@
543543
snapshot.menu = $('#snapshot-menu');
544544
snapshot.menu.onclick = menu.click2(snapshot.menu,menu_callback.snapshot);
545545
snapshot.list = $(snapshot.menu,'#list');
546-
snapshot.item = $(snapshot.list,'#item');
546+
snapshot.item = $(snapshot.list,'.item');
547547
snapshot.item.remove();
548548

549549
console.log(ls.read.snapshot_list.value);

0 commit comments

Comments
 (0)