🎨 Improve query embed block auto refresh https://github.com/siyuan-note/siyuan/issues/14370

This commit is contained in:
Daniel 2025-03-16 21:02:30 +08:00
parent 5dab0ecdf6
commit 2a0034fa86
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 0 additions and 12 deletions

View file

@ -138,7 +138,6 @@ const (
ReloadProtyle = "task.reload.protyle" // 重新加载编辑器
SetRefDynamicText = "task.ref.setDynamicText" // 设置引用的动态锚文本
SetDefRefCount = "task.def.setRefCount" // 设置定义的引用计数
ReloadEmbedBlock = "task.ref.reloadEmbedBlock" // 重新加载嵌入块
UpdateIDs = "task.update.ids" // 更新 ID
PushMsg = "task.push.msg" // 推送消息
)
@ -159,7 +158,6 @@ var uniqueActions = []string{
ReloadProtyle,
SetRefDynamicText,
SetDefRefCount,
ReloadEmbedBlock,
UpdateIDs,
}