🎨 Custom Emoji folders no longer require manual refresh when they change https://github.com/siyuan-note/siyuan/issues/11749
This commit is contained in:
parent
cc5003549c
commit
598ddebf80
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func watchEmojis() {
|
|||
go func() {
|
||||
for {
|
||||
select {
|
||||
case event, ok := <-emojisWatcher.Event:
|
||||
case _, ok := <-emojisWatcher.Event:
|
||||
if !ok {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue