mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749
This commit is contained in:
@@ -46,7 +46,7 @@ func watchEmojis() {
|
||||
go func() {
|
||||
for {
|
||||
select {
|
||||
case event, ok := <-emojisWatcher.Event:
|
||||
case _, ok := <-emojisWatcher.Event:
|
||||
if !ok {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user