mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 03:40:04 -06:00
🎨 Improve dynamic anchor text auto-refresh stability https://github.com/siyuan-note/siyuan/issues/8234
This commit is contained in:
@@ -134,6 +134,7 @@ const (
|
||||
AssetContentDatabaseIndexCommit = "task.asset.database.index.commit" // 资源文件数据库索引提交
|
||||
CacheVirtualBlockRef = "task.cache.virtualBlockRef" // 缓存虚拟块引用
|
||||
ReloadAttributeView = "task.reload.attributeView" // 重新加载属性视图
|
||||
ReloadProtyleBlock = "task.reload.protyleBlock" // 重载编辑器内容块
|
||||
PushMsg = "task.push.msg" // 推送消息
|
||||
)
|
||||
|
||||
@@ -149,6 +150,7 @@ var uniqueActions = []string{
|
||||
AssetContentDatabaseIndexFull,
|
||||
AssetContentDatabaseIndexCommit,
|
||||
ReloadAttributeView,
|
||||
ReloadProtyleBlock,
|
||||
}
|
||||
|
||||
func ContainIndexTask() bool {
|
||||
|
||||
Reference in New Issue
Block a user