mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
38b5a20141
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
Add a link
Reference in a new issue