Skip to content

Commit

Permalink
Merge pull request #6772 from nextcloud/backport/6769/stable1.13
Browse files Browse the repository at this point in the history
[stable1.13] Restore ability to write mails in safari
  • Loading branch information
GretaD authored Jun 21, 2022
2 parents 8796a08 + 1fe6997 commit e2a4815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,11 @@ export default {
padding-top: 12px;
padding-bottom: 12px;
padding-left: 20px;
// Fix contenteditable not becoming focused upon clichint within it's
// boundaries in safari
-webkit-user-select: text;
user-select: text;
}
.draft-status {
Expand Down

0 comments on commit e2a4815

Please sign in to comment.