Skip to content

Commit f6138e1

Browse files
max-nextcloudjuliusknorr
authored andcommitted
fix: readonly shares should not seem editable
fixes #2769 Signed-off-by: Max <[email protected]>
1 parent 888a66c commit f6138e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

css/prosemirror.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ div.ProseMirror {
2626
-webkit-user-select: text;
2727
user-select: text;
2828
font-size: 14px;
29+
}
2930

31+
&[contenteditable=true],
32+
[contenteditable=true] {
3033
* {
3134
-webkit-user-modify: read-write-plaintext-only;
3235
}

0 commit comments

Comments
 (0)