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

머지

parent 02194d27
...@@ -6,7 +6,7 @@ const LeftHamberger = () => { ...@@ -6,7 +6,7 @@ const LeftHamberger = () => {
const t = document.querySelector("#roomId").innerText; const t = document.querySelector("#roomId").innerText;
console.log(t); console.log(t);
navigator.clipboard.writeText(t); navigator.clipboard.writeText(t);
document.execCommand("copy"); //document.execCommand("copy");
} }
return ( return (
<div> <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