🎨 Linux 端不再支持 粘贴为纯文本
时处理文件绝对路径 Fix https://github.com/siyuan-note/siyuan/issues/5825
This commit is contained in:
parent
a95757c84a
commit
49b5e896ae
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func readFilePaths(c *gin.Context) {
|
|||
defer c.JSON(200, ret)
|
||||
|
||||
var paths []string
|
||||
if !gulu.OS.IsLinux() {
|
||||
if !gulu.OS.IsLinux() { // Linux 端不再支持 `粘贴为纯文本` 时处理文件绝对路径 https://github.com/siyuan-note/siyuan/issues/5825
|
||||
paths, _ = clipboard.ReadFilePaths()
|
||||
}
|
||||
if 1 > len(paths) {
|
||||
|
|
Loading…
Add table
Reference in a new issue