mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
fix: 解决设置mousedownEventPreventDefault下框选会选中节点文字闪动问题
This commit is contained in:
parent
d7786cd449
commit
c6a8ec257c
@ -98,6 +98,7 @@ class RichText {
|
||||
|
||||
.smm-richtext-node-wrap p {
|
||||
font-family: auto;
|
||||
user-select: none;
|
||||
}
|
||||
`
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user