Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Disable formatting menububble in Safari on iOS
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
juliusknorr authored and vinicius73 committed Sep 28, 2022
commit 8a0281f6a439455c87f88b4cf6e9945e6943f9f4
4 changes: 4 additions & 0 deletions css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ div.ProseMirror {
-webkit-user-select: text;
user-select: text;
font-size: 14px;

* {
-webkit-user-modify: read-write-plaintext-only;
}
}

.checkbox-item {
Expand Down