Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
bora-it
Commits
22c4af4c
Commit
22c4af4c
authored
Jul 14, 2021
by
이재연
Browse files
머지
parent
02194d27
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Room/LeftHamberger.js
View file @
22c4af4c
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment