mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
fix: text in editor not selectable
(fixes streetwriters/notesnook#518 fixes streetwriters/notesnook#519 fixes streetwriters/notesnook#564 fixes streetwriters/notesnook#582 fixes streetwriters/notesnook#585 fixes streetwriters/notesnook#590 fixes streetwriters/notesnook#592)
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
input,
|
||||
textarea,
|
||||
[contenteditable="true"],
|
||||
[contenteditable="true"] > * {
|
||||
[contenteditable="true"] * {
|
||||
-webkit-touch-callout: initial;
|
||||
-webkit-user-select: text;
|
||||
-khtml-user-select: text;
|
||||
|
||||
Reference in New Issue
Block a user