mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 11:28:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
db13d92558
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ func getEmojiConf(c *gin.Context) {
|
|||
if strings.HasPrefix(name, ".") {
|
||||
continue
|
||||
}
|
||||
if subCustomEmoji.IsDir() {
|
||||
continue
|
||||
}
|
||||
|
||||
addCustomEmoji(customEmoji.Name()+"/"+name, &items)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue