Skip to content

Commit 928a04e

Browse files
committed
Disable formatting menububble in Safari on iOS
Signed-off-by: Julius Härtl <[email protected]>
1 parent a1a3b87 commit 928a04e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/prosemirror.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ div.ProseMirror {
2626
-webkit-user-select: text;
2727
user-select: text;
2828
font-size: 14px;
29+
30+
* {
31+
-webkit-user-modify: read-write-plaintext-only;
32+
}
2933
}
3034

3135
.checkbox-item {

0 commit comments

Comments
 (0)