mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 书签和标签重命名、删除不再需要等待数据写入 Fix https://github.com/siyuan-note/siyuan/issues/7154
This commit is contained in:
parent
bdab8961b3
commit
3493365fb3
2 changed files with 0 additions and 8 deletions
|
|
@ -70,8 +70,6 @@ func RemoveBookmark(bookmark string) (err error) {
|
|||
util.RandomSleep(50, 150)
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(Conf.Language(113))
|
||||
sql.WaitForWritingDatabase()
|
||||
util.ReloadUI()
|
||||
return
|
||||
}
|
||||
|
|
@ -130,8 +128,6 @@ func RenameBookmark(oldBookmark, newBookmark string) (err error) {
|
|||
util.RandomSleep(50, 150)
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(Conf.Language(113))
|
||||
sql.WaitForWritingDatabase()
|
||||
util.ReloadUI()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
|
|
@ -101,8 +101,6 @@ func RemoveTag(label string) (err error) {
|
|||
util.RandomSleep(50, 150)
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(Conf.Language(113))
|
||||
sql.WaitForWritingDatabase()
|
||||
util.ReloadUI()
|
||||
return
|
||||
}
|
||||
|
|
@ -187,8 +185,6 @@ func RenameTag(oldLabel, newLabel string) (err error) {
|
|||
util.RandomSleep(50, 150)
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(Conf.Language(113))
|
||||
sql.WaitForWritingDatabase()
|
||||
util.ReloadUI()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue