mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
Merge pull request #8 from lhyUnited/hotfix/select-issue
修复Safari无法编辑文本框问题
This commit is contained in:
commit
2de434c3e9
@ -28,7 +28,7 @@
|
|||||||
"prosemirror-schema-basic": "^1.1.2",
|
"prosemirror-schema-basic": "^1.1.2",
|
||||||
"prosemirror-schema-list": "^1.1.4",
|
"prosemirror-schema-list": "^1.1.4",
|
||||||
"prosemirror-state": "^1.3.3",
|
"prosemirror-state": "^1.3.3",
|
||||||
"prosemirror-view": "^1.18.2",
|
"prosemirror-view": "^1.18.1",
|
||||||
"tinycolor2": "^1.4.2",
|
"tinycolor2": "^1.4.2",
|
||||||
"vue": "^3.0.0",
|
"vue": "^3.0.0",
|
||||||
"vuedraggable": "^4.0.1",
|
"vuedraggable": "^4.0.1",
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
border: 0;
|
border: 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
// safari取消继承 issue #7
|
||||||
|
user-select: text;
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: rgba(#d14424, 0.3);
|
background-color: rgba(#d14424, 0.3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user