🎨 划选后 esc 用键盘选中后无选中背景 https://github.com/siyuan-note/siyuan/pull/14010

This commit is contained in:
Vanessa 2025-02-07 12:02:24 +08:00
parent 9a77f05c43
commit 9d7011e075

View file

@ -1059,9 +1059,7 @@ export class WYSIWYG {
!selectElements[0].classList.contains("bq") && !selectElements[0].classList.contains("sb")) {
// 只有一个 p 时不选中
protyle.selectElement.style.backgroundColor = "transparent";
protyle.wysiwyg.element.classList.remove("protyle-wysiwyg--hiderange");
} else {
protyle.wysiwyg.element.classList.add("protyle-wysiwyg--hiderange");
selectElements.forEach(item => {
if (!hasClosestByClassName(item, "protyle-wysiwyg__embed")) {
item.classList.add("protyle-wysiwyg--select");