Commit 22c4af4c authored by 이재연's avatar 이재연
Browse files

머지

parent 02194d27
......@@ -6,7 +6,7 @@ const LeftHamberger = () => {
const t = document.querySelector("#roomId").innerText;
console.log(t);
navigator.clipboard.writeText(t);
document.execCommand("copy");
//document.execCommand("copy");
}
return (
<div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment