Merge pull request #941 from ZhangMingZhao1/fix-mousedown-style

fix: 解决设置mousedownEventPreventDefault下框选会选中节点文字闪动问题
This commit is contained in:
街角小林
2024-11-07 09:02:32 +08:00
committed by GitHub

View File

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