🐛 Export preview cannot copy images (#15152)

fix https://github.com/siyuan-note/siyuan/issues/15151
This commit is contained in:
Jeffrey Chen 2025-06-28 11:39:28 +08:00 committed by GitHub
parent 26524dfd15
commit 8e20b1010a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -436,7 +436,7 @@
vertical-align: top; // https://ld246.com/article/1647522074722
margin: 0 auto;
max-width: 100%;
user-select: none;
// user-select: none; 会导致图片无法复制 https://github.com/siyuan-note/siyuan/issues/15151
word-break: keep-all;
white-space: nowrap;