From e6c86089d28c3586d92ef17f07020c5bfd007a6b Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Sun, 8 Jun 2025 11:52:14 +0800 Subject: [PATCH] :art: Cannot drag the dots of the list item while holding down Shift (#14835) fix https://github.com/siyuan-note/siyuan/issues/12542 --- app/src/assets/scss/protyle/_wysiwyg.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/assets/scss/protyle/_wysiwyg.scss b/app/src/assets/scss/protyle/_wysiwyg.scss index bcdd8ca2e..ff9d296ca 100644 --- a/app/src/assets/scss/protyle/_wysiwyg.scss +++ b/app/src/assets/scss/protyle/_wysiwyg.scss @@ -206,6 +206,7 @@ display: block; z-index: 1; position: relative; + pointer-events: none; } &--order::after {