change double click reference messages
This commit is contained in:
parent
431d35dd60
commit
411eb73522
2 changed files with 2 additions and 2 deletions
2
index.js
2
index.js
|
@ -72,7 +72,7 @@ async function addMsg(msg) {
|
|||
}
|
||||
wrap.appendChild(item);
|
||||
|
||||
item.title = 'Double click to copy';
|
||||
item.title = 'Click to copy';
|
||||
}
|
||||
messages.appendChild(wrap);
|
||||
window.scrollTo(0, messages.offsetHeight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue