fix: 解决设置mousedownEventPreventDefault下框选会选中节点文字闪动问题

This commit is contained in:
ZhangMingZhao1 2024-10-16 11:07:03 +08:00
parent d7786cd449
commit c6a8ec257c

View File

@ -98,6 +98,7 @@ class RichText {
.smm-richtext-node-wrap p {
font-family: auto;
user-select: none;
}
`
)