🎨 Fix the issue where copying and pasting serial numbers causes abnormal states (#16316)

https://ld246.com/article/1762691143057 01
This commit is contained in:
Jeffrey Chen 2025-11-16 12:00:43 +08:00 committed by GitHub
parent af49c145bb
commit 003e6a2a73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -713,8 +713,8 @@
}
}
// 只读情况下列表前的圆点需要可以点击进行缩放
.protyle .protyle-wysiwyg {
// 只读情况下列表前的圆点需要可以点击进行缩放
.li[data-subtype="o"] > .protyle-action,
.li[data-subtype="u"] > .protyle-action,
&[data-readonly="false"] .li[data-subtype="t"] > .protyle-action {
@ -728,6 +728,11 @@
color: var(--b3-theme-on-background);
}
}
// 复制粘贴序号会状态异常 https://ld246.com/article/1762691143057
.li > .protyle-action {
user-select: none;
}
}
// 在思源中不论只读模式还是预览点击图片都可以进行预览