🎨 使用退格键删除内容时状态栏实时统计信息闪烁 https://github.com/siyuan-note/insider/issues/1082

This commit is contained in:
Liang Ding 2022-10-04 12:09:05 +08:00
parent a3ec2b7753
commit e59167912e
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 0 additions and 11 deletions

View file

@ -159,10 +159,6 @@ type BlockStatResult struct {
RefCount int `json:"refCount"`
}
func PushStatusBarCounter(stat *BlockStatResult) {
BroadcastByType("main", "statusbarCounter", 0, "", stat)
}
func ContextPushMsg(context map[string]interface{}, msg string) {
switch context[eventbus.CtxPushMsg].(int) {
case eventbus.CtxPushMsgToProgress: