-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
豆包复制粘贴问题 #13265
Labels
Comments
Closed
这个问题,有点像:#13195
|
应该不用动
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年11月26日(周二) 晚上6:24
收件人: ***@***.***>;
抄送: ***@***.***>;"State ***@***.***>;
主题: Re: [siyuan-note/siyuan] 豆包复制粘贴问题 (Issue #13265)
这个问题,有点像:#13195
当时修改点:https://github.com/siyuan-note/siyuan-chrome/pull/11/files
难道我还漏了个white-space: pre ?
之前的主逻辑:
if ( (style.whiteSpace.trim().toLowerCase() === 'normal' || style.whiteSpace.trim().toLowerCase() === 'pre-wrap') && (style.wordWrap.trim().toLowerCase() === 'break-word' || style.overflowWrap.trim().toLowerCase() === 'break-word' || style.wordBreak.trim().toLowerCase() === 'break-word') )
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
嗯,我也觉得应该不用动,很少遇到white-space: pre;,大部分都是white-space: pre-wrap;, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
网址:https://www.doubao.com/thread/wd13986daaf6afb10
点下面的复制然后粘贴到思源里:
所有文本都在一个块中:
不知道能不能针对性处理一下这种
white-space: pre;
的 span 元素:The text was updated successfully, but these errors were encountered: