mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-17 06:05:29 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
2a8d7e3cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ func readFilePaths(c *gin.Context) {
|
|||
paths, _ = clipboard.ReadFilePaths()
|
||||
}
|
||||
|
||||
var data []map[string]any
|
||||
data := []map[string]any{}
|
||||
for _, path := range paths {
|
||||
fi, err := os.Stat(path)
|
||||
if nil != err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue