Skip to content

Commit

Permalink
Merge pull request #16005 from tienifr/fix/15800-Couldn-not-copy-by-c…
Browse files Browse the repository at this point in the history
…ommand-C-on-the-placeholder

fix/15800: Couldn’t copy by command C on the placeholder in the Search Page after selecting it
  • Loading branch information
Hayata Suenaga authored Mar 16, 2023
2 parents 44f9871 + f1fc7a5 commit c40148b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
#drag-area {
-webkit-app-region: drag;
}
input[type=text] {
-webkit-user-select: text !important;
input::placeholder {
user-select: none;
-webkit-user-select: none
}
.disable-select * {
-webkit-user-select: none !important;
Expand Down

0 comments on commit c40148b

Please sign in to comment.