mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-28 20:38:49 +01: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:
parent
cf584ea551
commit
aa7a745eb2
5 changed files with 209 additions and 0 deletions
|
|
@ -634,6 +634,8 @@ func checkoutRepo(id string) {
|
|||
WaitForWritingFiles()
|
||||
CloseWatchAssets()
|
||||
defer WatchAssets()
|
||||
CloseWatchEmojis()
|
||||
defer WatchEmojis()
|
||||
|
||||
// 恢复快照时自动暂停同步,避免刚刚恢复后的数据又被同步覆盖
|
||||
syncEnabled := Conf.Sync.Enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue