🎨 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

View File

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