Use clipboard.writeText() instead of execCommand("copy")

This commit is contained in:
Kazuhito Yokoi
2022-01-07 11:49:26 +09:00
parent b00282590d
commit ba794ba58c
2 changed files with 17 additions and 25 deletions

View File

@@ -356,10 +356,6 @@ button.red-ui-button-small
background: $secondary-background;
}
#red-ui-clipboard-hidden {
position: absolute;
top: -3000px;
}
.form-row .red-ui-editor-node-label-form-row {
margin: 5px 0 0 50px;
label {