mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-06 12:50:16 +01:00
🎨 Add data-id attribute to the buttons (#15052)
斜杠菜单中插件添加的选项、顶栏的插件菜单、顶栏的外观模式菜单,修正块引用锚文本的右键菜单 fix https://github.com/siyuan-note/siyuan/issues/12518
This commit is contained in:
parent
963cbfe15f
commit
be3db79688
4 changed files with 13 additions and 2 deletions
|
|
@ -332,6 +332,7 @@ export const hintSlash = (key: string, protyle: IProtyle) => {
|
|||
plugin.protyleSlash.forEach(slash => {
|
||||
allList.push({
|
||||
filter: slash.filter,
|
||||
id: slash.id,
|
||||
value: `plugin${Constants.ZWSP}${plugin.name}${Constants.ZWSP}${slash.id}`,
|
||||
html: slash.html
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue