🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749

This commit is contained in:
Daniel 2024-06-18 22:36:50 +08:00
parent cc5003549c
commit 598ddebf80
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -46,7 +46,7 @@ func watchEmojis() {
go func() {
for {
select {
case event, ok := <-emojisWatcher.Event:
case _, ok := <-emojisWatcher.Event:
if !ok {
return
}