🎨 Cannot drag the dots of the list item while holding down Shift (#14835)

fix https://github.com/siyuan-note/siyuan/issues/12542
This commit is contained in:
Jeffrey Chen 2025-06-08 11:52:14 +08:00 committed by GitHub
parent 7a3a0fbdcb
commit e6c86089d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,6 +206,7 @@
display: block;
z-index: 1;
position: relative;
pointer-events: none;
}
&--order::after {