mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 10:50:15 +01:00
🐛 Fixed the issue that the gutters of attribute view overlapped with layout resize bar (#9772)
This commit is contained in:
parent
d3277285e8
commit
27ffdc45d7
4 changed files with 13 additions and 10 deletions
|
|
@ -69,7 +69,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
return true;
|
||||
}
|
||||
|
||||
const gutterElement = hasClosestByClassName(event.target, "ariaLabel");
|
||||
const gutterElement = hasClosestByClassName(event.target, "av__gutter");
|
||||
if (gutterElement && gutterElement.parentElement.classList.contains("av__gutters")) {
|
||||
const rowElement = hasClosestByClassName(gutterElement, "av__row");
|
||||
if (!rowElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue