Skip to content

Commit

Permalink
Merge pull request #3056 from nextcloud/backport/stable24/2712
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 28, 2022
2 parents aa6cb9f + 40c5e46 commit c6596eb
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 18 deletions.
7 changes: 7 additions & 0 deletions css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ div.ProseMirror {
font-size: 14px;
}

&[contenteditable=true],
[contenteditable=true] {
* {
-webkit-user-modify: read-write-plaintext-only;
}
}

.checkbox-item {
display: flex;
align-items: start;
Expand Down
4 changes: 2 additions & 2 deletions js/editor-collab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor-collab.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/editor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/editor.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-files.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-files.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-public.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-public.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-text.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-text.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/text-viewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/text-viewer.js.map

Large diffs are not rendered by default.

0 comments on commit c6596eb

Please sign in to comment.