mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Fix the issue where copying and pasting serial numbers causes abnormal states (#16316)
https://ld246.com/article/1762691143057 01
This commit is contained in:
parent
af49c145bb
commit
003e6a2a73
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
// 在思源中,不论只读模式还是预览点击图片都可以进行预览
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue