diff --git a/app/src/assets/scss/component/_typography.scss b/app/src/assets/scss/component/_typography.scss index 7ba985acb..efc98ce54 100644 --- a/app/src/assets/scss/component/_typography.scss +++ b/app/src/assets/scss/component/_typography.scss @@ -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;