mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve query embed block auto refresh https://github.com/siyuan-note/siyuan/issues/14370
This commit is contained in:
parent
5dab0ecdf6
commit
2a0034fa86
3 changed files with 0 additions and 12 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue